include other mods
This commit is contained in:
29
.github/ISSUE_TEMPLATE/bug.yml
vendored
29
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -23,6 +23,16 @@ body:
|
|||||||
render: bash
|
render: bash
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: operating-systems
|
||||||
|
attributes:
|
||||||
|
label: Operating System
|
||||||
|
options:
|
||||||
|
- macOS
|
||||||
|
- Windows
|
||||||
|
- Linux
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: meteor-version
|
id: meteor-version
|
||||||
attributes:
|
attributes:
|
||||||
@@ -35,13 +45,16 @@ body:
|
|||||||
label: Minecraft Version
|
label: Minecraft Version
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: textarea
|
||||||
id: operating-systems
|
id: mods
|
||||||
attributes:
|
attributes:
|
||||||
label: Operating System
|
label: Other mods
|
||||||
options:
|
description: What other mods you may be using?
|
||||||
- macOS
|
value: |
|
||||||
- Windows
|
1.
|
||||||
- Linux
|
2.
|
||||||
|
3.
|
||||||
|
...
|
||||||
|
render: bash
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user