Skip to content

Commit

Permalink
Merge pull request #31 from zigul/30-add-issue-forms
Browse files Browse the repository at this point in the history
Add issue forms in CZ
  • Loading branch information
pokornyIt authored Mar 23, 2024
2 parents 2c47d9a + 8453018 commit a6251d8
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/10_bug_report_cz.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: "Hlášení o chybě"
description: Vytvořte hlášení o problému
title: "[Bug]: "
labels: ["bug", "triage"]
assignees:
- pokornyIt
body:
- type: checkboxes
attributes:
label: Zkontrolujte existující problémy
description: Zkontrolujte otevřené problémy, abyste snížili pravděpodobnost vytváření duplikátů; pokud již problém existuje, přidejte u něj „+1“ (👍).
options:
- label: Completed
required: true
- type: input
attributes:
label: Verze
description: Jakou verzi softwaru používáte
placeholder: 0.4.9
validations:
required: true
- type: textarea
attributes:
label: Popište chybu / popiště kroky k reprodukci chyby
description: Jasný a stručný popis toho, kde je chyba, jak se projevuje, jaké je očekávané chování
validations:
required: true
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/11_feature_request_cz.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "Požadavek na funkce"
description: Navrhněte nápad na tento projekt
labels: ["enhancement"]
assignees:
- pokornyIt
body:
- type: checkboxes
attributes:
label: Zkontrolujte existující požadavky
description: Zkontrolujte otevřené problémy, abyste snížili pravděpodobnost vytváření duplikátů; pokud již požadavek existuje, přidejte u něj „+1“ (👍).
options:
- label: Completed
required: true
- type: textarea
attributes:
label: Popište řešení, které chcete
description: Jasný a stručný popis toho, co chcete, aby se stalo. Přidejte všechny uvažované nevýhody.
validations:
required: true
- type: textarea
attributes:
label: Popište alternativy, které jste zvažovali
description: Jasný a stručný popis všech alternativních řešení nebo funkcí, které jste zvažovali.
validations:
required: false
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/12_question_cz.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: "Otázka nebo žádost o pomoc"
description: Pokud potřebujete pomoc nebo máte dotaz k produktu
labels: ["question","help wanted"]
assignees:
- pokornyIt
body:
- type: checkboxes
attributes:
label: Zkontrolujte existující problémy
description: Zkontrolujte otevřené problémy, abyste snížili pravděpodobnost vytváření duplikátů; pokud již problém existuje, přidejte u něj „+1“ (👍).
options:
- label: Completed
required: true
- type: input
attributes:
label: Verze
description: Jakou verzi softwaru používáte
placeholder: 0.4.9
validations:
required: true
- type: textarea
attributes:
label: Napište svůj dotaz nebo s čím potřebujete pomoci
description: Jasný a stručný popis vaší otázky nebo situace. Popište také podrobnosti vašeho nastavení
validations:
required: true

0 comments on commit a6251d8

Please sign in to comment.