-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add report templates #54 by @PSGitHubUser1
- Loading branch information
Showing
2 changed files
with
50 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,30 @@ | ||
name: Bug report | ||
description: Create a report to help us improve (search for duplicates first) | ||
labels: bug | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Issue description | ||
description: Explain clearly what went wrong | ||
placeholder: | | ||
Tell us here about the bug... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: How to reproduce this issue? | ||
description: Tell steps to reproduce it. Or send a screenshot. | ||
placeholder: | | ||
Step 1: ... | ||
Step 2: ... | ||
... | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
attributes: | ||
label: Issue tracker rule checks (please read carefully) | ||
options: | ||
- label: "I have checked that my problem <a href='https://github.com/icon11-community/Folder11/issues' target='_blank'>is not already reported</a>" | ||
required: true | ||
- label: "I have checked that my problem is not already fixed" | ||
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,20 @@ | ||
name: Feature Request | ||
description: Create a report to help us improve (search for duplicates first) | ||
labels: enhancement | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Feature description | ||
description: Explain clearly | ||
placeholder: | | ||
Tell us here about the feature | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Issue tracker rule checks (please read carefully) | ||
options: | ||
- label: "I have checked that this feature <a href='https://github.com/icon11-community/Folder11/issues' target='_blank'>is not already asked.</a>" | ||
required: true | ||
- label: "I have checked that this feature is not already implemented" | ||
required: true |