Skip to content

Commit

Permalink
Create bug-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naoei authored Mar 10, 2024
1 parent e1f33eb commit 577c7a1
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATES/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Bug report
description: Report an issue about the ruleset's performance, functionality, or visuals.
body:
- type: dropdown
attributes:
label: Branch
options:
- master
- experimental
validations:
required: true

- type: input
attributes:
label: Version
description: Which version of the ruleset are you using?
validations:
required: true

- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: |
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
validations:
required: true

- type: textarea
attributes:
label: Logs
description: Drag and drop the log files into this box.
validations:
required: true

0 comments on commit 577c7a1

Please sign in to comment.