From 0311cc8a9516fd282b7a3d88c3aa9f927ff569b2 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:08:29 +0900 Subject: [PATCH] Create feature.yml --- .github/ISSUE_TEMPLATE/feature.yml | 51 ++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..28e5c36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,51 @@ +name: Feature suggestion +description: Submit requests for new features here +title: "[FEAT]: " +labels: ["feat"] +assignees: + - aclist +body: + - type: dropdown + id: version + attributes: + label: Version + description: DZGUI version + options: + - 5.5.0 (stable) + - 5.6.0 (testing) + - Version prior to 5.5.0 + default: 0 + validations: + required: true + - type: dropdown + id: browsers + attributes: + label: Device type + options: + - Desktop PC + - Steam Deck + validations: + required: true + - type: input + id: distro + attributes: + label: Linux distribution + validations: + required: true + placeholder: "Arch Linux" + - type: textarea + id: what-happened + attributes: + label: Describe the feature + description: A clear and detailed description + placeholder: "Add a dialog to the Options menu that automatically lets the user do Y" + validations: + required: true + - type: textarea + id: why + attributes: + label: Describe the benefit + description: How will this feature benefit large numbers of users? + placeholder: "Currently, users have to manually do X to achieve Y. Implementing this feature would achieve A, B, and C." + validations: + required: true