Skip to content

Commit

Permalink
add: bug-report template
Browse files Browse the repository at this point in the history
  • Loading branch information
v420v committed Dec 14, 2024
1 parent 5c8f52f commit c582ebd
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: 🐛 Bug Report
description: Report a bug
labels: [Bug]
body:
- type: textarea
id: description
attributes:
label: Describe the bug
validations:
required: true

- type: textarea
id: reproduction
attributes:
label: Reproduction Steps
validations:
required: true

- type: textarea
id: expected
attributes:
label: Expected Behavior
validations:
required: true

- type: textarea
id: current
attributes:
label: Current Behavior
validations:
required: true

- type: textarea
id: solution
attributes:
label: Possible Solution
validations:
required: false

- type: input
id: commitHash
attributes:
label: Commit Hash
description: |
Please make sure to run `git pull` before reporting any issues as it may have already been fixed.
validations:
required: true

0 comments on commit c582ebd

Please sign in to comment.