diff --git a/.github/ISSUE_TEMPLATE/002-feature-request.yml b/.github/ISSUE_TEMPLATE/002-feature-request.yml index 2e6dc2a..c74cb0c 100644 --- a/.github/ISSUE_TEMPLATE/002-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/002-feature-request.yml @@ -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: diff --git a/overrides/config/nonetherportals.cfg b/overrides/config/nonetherportals.cfg index 3197b1f..f57c1cb 100644 --- a/overrides/config/nonetherportals.cfg +++ b/overrides/config/nonetherportals.cfg @@ -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 +} diff --git a/tools/templates/002-feature-request.yml b/tools/templates/002-feature-request.yml index bbbdff4..4a7f042 100644 --- a/tools/templates/002-feature-request.yml +++ b/tools/templates/002-feature-request.yml @@ -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: