From 0a785934b7a26705004a93ff9f1f4109e2fff6ab Mon Sep 17 00:00:00 2001 From: AnimeDL Date: Tue, 24 Jan 2023 19:04:05 -0800 Subject: [PATCH] Add feature issue template --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 5c9052b..a4e82e0 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -81,7 +81,7 @@ body: attributes: label: Console Output description: "Please paste the console output from the beginning till termination here. If you are using the gui open the log folder under 'Debug > Open Log Folder' in the Menu. Please copy the content of latest.log here." - render: shell + render: Shell validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..65c6209 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,29 @@ +name: Enhancement +description: Suggest a enhancement or feature +labels: + - enhancement +title: "[Feedback]: " +body: + - type: markdown + attributes: + value: | + Thank you for giving feedback with this program. + This template will guide you through all the information we need. + - type: dropdown + id: programversion + attributes: + label: Type + description: "Is this suggestion for the CLI, GUI, or Both?" + options: + - CLI + - GUI + - Both + validations: + required: true + - type: input + id: suggestion + attributes: + label: Suggestion + description: "What is your suggestion?" + validations: + required: true \ No newline at end of file