From d2706850a9c1487cc8e26a8ff9cd386b0e209175 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:52:38 +1000 Subject: [PATCH] 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> --- .github/ISSUE_TEMPLATE/002-feature-request.yml | 12 ++++++++++++ overrides/config/nonetherportals.cfg | 12 ++++++------ tools/templates/002-feature-request.yml | 12 ++++++++++++ 3 files changed, 30 insertions(+), 6 deletions(-) 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: