Skip to content

Commit

Permalink
Corrected bug report and crash report
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Mar 29, 2022
1 parent 47f0e6f commit 1d602ee
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,21 @@ body:
- type: dropdown
id: mod-loader
attributes:
label: 'Minecraft version information'
description: 'Please provide the exact minecraft version that you are using.'
label: 'Mod loader information'
description: 'Please choose the mod loader that you are using.'
options:
- Fabric
- Forge
validations:
required: true
- type: input
id: mod-loader-version
attributes:
label: 'Mod loader version information'
description: 'Please provide the exact mod loader version that you are using.'
placeholder: 'Example: 0.13.3 (Fabric) or 40.0.32 (Forge)'
validations:
required: true
- type: input
id: mod-version
attributes:
Expand Down
14 changes: 12 additions & 2 deletions .github/ISSUE_TEMPLATE/crash_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,21 @@ body:
- type: dropdown
id: mod-loader
attributes:
label: 'Minecraft version information'
description: 'Please provide the exact minecraft version that you are using.'
label: 'Mod loader information'
description: 'Please choose the mod loader that you are using.'
options:
- Fabric
- Forge
validations:
required: true
- type: input
id: mod-loader-version
attributes:
label: 'Mod loader version information'
description: 'Please provide the exact mod loader version that you are using.'
placeholder: 'Example: 0.13.3 (Fabric) or 40.0.32 (Forge)'
validations:
required: true
- type: input
id: mod-version
attributes:
Expand Down

0 comments on commit 1d602ee

Please sign in to comment.