Updated GitHub Template
This commit is contained in:
parent
5ba9c474e2
commit
83d900a0fa
1 changed files with 4 additions and 2 deletions
6
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
6
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
@ -33,7 +33,7 @@ body:
|
|||
attributes:
|
||||
label: Fabric API
|
||||
description: What version of Fabric API is installed
|
||||
placeholder: 0.8x.x
|
||||
placeholder: 0.9x.x
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
|
@ -41,7 +41,7 @@ body:
|
|||
attributes:
|
||||
label: Fabric Loader
|
||||
description: What version of Fabric Loader do you use
|
||||
placeholder: 0.14.x
|
||||
placeholder: 0.15.x
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
|
@ -50,6 +50,8 @@ body:
|
|||
label: Minecraft
|
||||
description: What version of Minecraft is installed?
|
||||
options:
|
||||
- 1.20.4
|
||||
- 1.20.3
|
||||
- 1.20.1
|
||||
- 1.20.0
|
||||
- 1.19.4
|
||||
|
|
Loading…
Reference in a new issue