Skip to content

Commit

Permalink
docs: add report templates #54 by @PSGitHubUser1
Browse files Browse the repository at this point in the history
  • Loading branch information
nouvist authored Feb 20, 2024
2 parents 71258d9 + d7b6be5 commit 5d62dcd
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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

0 comments on commit 5d62dcd

Please sign in to comment.