From 72a529ee1d143764d69370397558b1653f9eee23 Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sun, 13 Apr 2025 00:00:31 +0930 Subject: [PATCH] Update and retype feature_request.md to feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.md | 14 ------ .github/ISSUE_TEMPLATE/feature_request.yml | 54 ++++++++++++++++++++++ 2 files changed, 54 insertions(+), 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 6c42d4fa..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[FR] " -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? if so, Please describe the issue or link to a pre-existing bug report** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. Provide reference art/pictures if poccible diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..b5e6c059 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,54 @@ +name: Feature request +description: Suggest a new Feature to be added or replaced in BetterSeqtaPLUS +labels: enhancement +title: "[FR]" +body: + +-type: checkboxes + attributes: + label: Confirm + options: + - label: "Is this feature request related to a Bug report?" + required: false + +- type: input + attributes: + label: Bug report link + description: If this feature request is related to a bug report, please insert the link to the bug report here: + placeholder: "https://github.com/BetterSEQTA/BetterSEQTA-Plus/issues/..." + validations: + required: false + +- type: markdown + attributes: + value: | + ## Feature details + Before you request a feature, [please search](https://github.com/BetterSEQTA/BetterSEQTA-Plus/issues) if it has already been requested. (Make sure to check closed issues as well!) + + +- type: dropdown + attributes: + label: Feature type + multiple: false + options: + - Graphical + - Functional + - Not Sure + validations: + required: true + + +- type: input + attributes: + label: Feature Details + description: Please write, with as much detail as possible, what you would like to see from this mod. + placeholder: I would like to see... + validations: + required: false + +- type: textarea + attributes: + label: Additional details + description: Anything else you want to add? + validations: + required: false