-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from zigul/30-add-issue-forms
Add issue forms in CZ
- Loading branch information
Showing
3 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |