mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-04 03:16:43 +01:00
add MC version to crash
This commit is contained in:
parent
41fb43adb9
commit
ee3188eb70
1 changed files with 9 additions and 0 deletions
9
.github/ISSUE_TEMPLATE/crash.yml
vendored
9
.github/ISSUE_TEMPLATE/crash.yml
vendored
|
@ -21,6 +21,15 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Minecraft Version
|
||||
options:
|
||||
# formatted for regex matching
|
||||
- "Minecraft Version: 1.18.2"
|
||||
- "Minecraft Version: 1.19.2"
|
||||
- "Minecraft Version: 1.20.1"
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "Thank you for taking the time to report this and help improve Create!"
|
||||
|
|
Loading…
Reference in a new issue