Add Mode Field to Feature Request Report (#758)
[SKIP] Co-authored-by: nomi-ceu-management[bot] <155502507+nomi-ceu-management[bot]@users.noreply.github.com>
This commit is contained in:
parent
6936d9f38b
commit
d2706850a9
12
.github/ISSUE_TEMPLATE/002-feature-request.yml
vendored
12
.github/ISSUE_TEMPLATE/002-feature-request.yml
vendored
@ -65,6 +65,18 @@ body:
|
|||||||
Example For Nightly On Dev Branch: Singleplayer, Nightly dev/gt-2.8 1asdf83
|
Example For Nightly On Dev Branch: Singleplayer, Nightly dev/gt-2.8 1asdf83
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: mode
|
||||||
|
attributes:
|
||||||
|
label: Mode
|
||||||
|
description: "What pack mode is this feature request related to?"
|
||||||
|
options:
|
||||||
|
- "Normal Mode"
|
||||||
|
- "Expert Mode"
|
||||||
|
- "Both Modes"
|
||||||
|
- "N/A"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Configuration file
|
# Configuration file
|
||||||
|
|
||||||
general {
|
general {
|
||||||
# The message to be displayed when portals are disabled. Can be a translation key.
|
# The message to be displayed when portals are disabled. Can be a translation key.
|
||||||
S:portalMessage=nomifactory.nonetherportals
|
S:portalMessage=nomifactory.nonetherportals
|
||||||
}
|
}
|
||||||
|
@ -45,6 +45,18 @@ body:
|
|||||||
Example For Nightly On Dev Branch: Singleplayer, Nightly dev/gt-2.8 1asdf83
|
Example For Nightly On Dev Branch: Singleplayer, Nightly dev/gt-2.8 1asdf83
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: mode
|
||||||
|
attributes:
|
||||||
|
label: Mode
|
||||||
|
description: "What pack mode is this feature request related to?"
|
||||||
|
options:
|
||||||
|
- "Normal Mode"
|
||||||
|
- "Expert Mode"
|
||||||
|
- "Both Modes"
|
||||||
|
- "N/A"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user