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:
Integer Limit 2024-06-12 16:52:38 +10:00 committed by GitHub
parent 6936d9f38b
commit d2706850a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 30 additions and 6 deletions

View File

@ -65,6 +65,18 @@ body:
Example For Nightly On Dev Branch: Singleplayer, Nightly dev/gt-2.8 1asdf83
validations:
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
id: problem
attributes:

View File

@ -1,6 +1,6 @@
# Configuration file
general {
# The message to be displayed when portals are disabled. Can be a translation key.
S:portalMessage=nomifactory.nonetherportals
}
# Configuration file
general {
# The message to be displayed when portals are disabled. Can be a translation key.
S:portalMessage=nomifactory.nonetherportals
}

View File

@ -45,6 +45,18 @@ body:
Example For Nightly On Dev Branch: Singleplayer, Nightly dev/gt-2.8 1asdf83
validations:
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
id: problem
attributes: