Make minecraft version required in bug template
This commit is contained in:
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -31,10 +31,14 @@ body:
|
|||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: minecraft
|
id: minecraft
|
||||||
attributes:
|
attributes:
|
||||||
label: What Minecraft version is this happening on?
|
label: What Minecraft version is this happening on?
|
||||||
options:
|
description: |
|
||||||
- Minecraft 1.18.1
|
If your Minecraft version isn't listed here, it means that it's no longer supported. In that case, don't create an issue.
|
||||||
- Minecraft 1.16.5
|
options:
|
||||||
|
- Minecraft 1.18.1
|
||||||
|
- Minecraft 1.16.5
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: forge
|
id: forge
|
||||||
attributes:
|
attributes:
|
||||||
|
Reference in New Issue
Block a user