Skip to content

Commit

Permalink
feat(github): update bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Aug 28, 2023
1 parent bcbac76 commit cab623b
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,34 +32,15 @@ body:
- Always
validations:
required: true
- type: textarea
id: operating-system
attributes:
label: What operating system are you using?
description: Operating system
placeholder: Tell us what operating system you using (Windows 11, Windows 10, etc.)
value: "Windows 10 21H2"
validations:
required: true
- type: textarea
id: version
attributes:
label: What version of the program are you using?
description: Program Version
placeholder: Tell us what version you using (x.y.z)
placeholder: Tell us what version you are using (x.y.z)
value: "Latest version"
validations:
required: true
- type: dropdown
id: game-version
attributes:
label: What version of the game are you using?
multiple: true
options:
- High-Grade Edition
- Non High-Grade Edition
validations:
required: true
- type: markdown
attributes:
value: |
Expand Down

0 comments on commit cab623b

Please sign in to comment.