From 09d4c6a586ddc7287c3b685189da357d6c5324d5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 8 Jun 2023 12:55:54 +0200 Subject: [PATCH] Update and rename feature-request.md to feature-request.yml --- .github/ISSUE_TEMPLATE/feature-request.md | 33 --------------------- .github/ISSUE_TEMPLATE/feature-request.yml | 34 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 33 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 f3a9432c0..000000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: "✨ Feature request" -about: Suggest an idea for this project -title: "✨ [REQUEST] Addon name" -labels: ['prevent stale', 'enhancement'] -assignees: "" ---- - - - -!!! I have a real life job in parallel to this addon, and don't think I'll be able to add new addons for the moment. You can still however express your interest in case someone would do it - -**Which addon?** - - - -**Is your feature request related to a problem? Please describe.** - - - -\*\*If a new addon, have you checked on Google that such as addon doesn't already exists? - -**Describe the solution you'd like** - - - -**Describe alternatives you've considered** - - - -**Additional context** - - diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 000000000..4e8cea516 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,34 @@ +--- +name: "✨ Feature request" +description: Suggest an idea for this project +title: "✨ [REQUEST] Addon name" +labels: [ + "prevent stale", + "enhancement" +] +body: + - type: markdown + attributes: + value: | + I have a real life job in parallel to this addon, and don't think I'll be able to add new addons for the moment. You can still however express your interest in case someone would do it. If a new addon, have you checked on Google that such as addon doesn't already exists? + - type: textarea + id: description + attributes: + label: "Which addon?" + description: The title of the addon the new feature is for + validations: + required: true + - type: textarea + id: description + 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: description + attributes: + label: "Describe the solution you'd like" + description: A clear and concise description of what you want to happen + validations: + required: true