From 5e6374ecc290f99ca38ea50db430e37fba33ddd0 Mon Sep 17 00:00:00 2001 From: Alexander Medvedev Date: Sun, 27 Oct 2024 11:23:14 +0100 Subject: [PATCH] Update and rename feature_request.md to feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.md | 15 -------- .github/ISSUE_TEMPLATE/feature_request.yml | 44 ++++++++++++++++++++++ 2 files changed, 44 insertions(+), 15 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 060ad1120..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "" -labels: enhancement -assignees: Snowiiii ---- - -- [ ] I've searched existing issues and couldn't find a duplicate. - -**Is your feature request related to a problem? Please describe.** -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..a8dd76c69 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,44 @@ +name: Feature request +description: Suggest an idea for this project +title: "[Feature]" +labels: ["enhancement"] +assignees: Snowiiii +body: + - type: checkboxes + id: duplicate + attributes: + label: I've searched existing issues and couldn't find a duplicate. + description: I confirm this is not a duplicate. + options: + - label: I confirm this is not a duplicate. + required: true + - type: input + id: os + attributes: + label: Operating System + description: What operating system are you using? + placeholder: "Example: macOS Big Sur" + validations: + required: true + - type: input + id: version + attributes: + label: Server Software Version/Commit + description: What Server Software Version/Commit are you using? + placeholder: "Example: 1.0.0/39b4cb3" + validations: + required: true + - type: textarea + id: problem + attributes: + label: Is your feature request related to a problem? Please describe. + description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + validations: + required: true + - type: textarea + id: solution + attributes: + label: Describe the solution you'd like + description: A clear and concise description of what you want to happen. + validations: + required: true