mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-06 04:16:56 +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:
|
validations:
|
||||||
required: true
|
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
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: "Thank you for taking the time to report this and help improve Create!"
|
value: "Thank you for taking the time to report this and help improve Create!"
|
||||||
|
|
Loading…
Reference in a new issue