From 342e6caaef7b239e30d0dd3023a7e7b4886c9dcc Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Sat, 17 Aug 2024 00:53:31 -0400 Subject: [PATCH] update --- .github/ISSUE_TEMPLATE/feature_request.yml | 3 +- .../ISSUE_TEMPLATE/feature_request_plugin.yml | 36 +++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request_plugin.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 9593dc4..b14d504 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -8,10 +8,11 @@ body: value: | Please fill out the following fields with as much detail as possible: Fields marked with an asterisk (*) are required, and remaining fields are optional, but we encourage their usage. + Do Not use Feature-Request for a problem related to an error. Instead, please create a [Bug Report]. - type: textarea id: problem attributes: - label: If feature request is related to a problem, give a clear and concise description of what is the problem. Ex. I'm always frustrated when [...] + label: If feature request is related to a problem, give a clear and concise description of what is the problem. Ex. I'm always frustrated when [...] Do **NOT** use Feature-Request for issues related to errors. Instead, please create a [Bug Report]. validations: required: false - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request_plugin.yml b/.github/ISSUE_TEMPLATE/feature_request_plugin.yml new file mode 100644 index 0000000..57e7888 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_plugin.yml @@ -0,0 +1,36 @@ +name: 💡️Plugin Feature Request +description: Suggest improvement for a plugin +title: "💡️[Enhancement]:[EnterPluginNameHere] Your_Short_title" +labels: [Enhancement] +body: + - type: markdown + attributes: + value: | + Please fill out the following fields with as much detail as possible: + Fields marked with an asterisk (*) are required, and remaining fields are optional, but we encourage their usage. + Do Not use Feature-Request for a problem related to an error. Instead, please create a [Bug Report]. + - type: textarea + id: problem + attributes: + label: If feature request is related to a problem, give a clear and concise description of what is the problem. Ex. I'm always frustrated when [...]. Do NOT use Feature-Request for issues related to errors. Instead, please create a [Bug Report]. + validations: + required: false + - type: textarea + id: solution + attributes: + label: Describe the solution you'd like. A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea + id: alternatives + attributes: + label: Describe alternatives you've considered. A clear and concise description of any alternative solutions or features you've considered. + validations: + required: false + - type: textarea + id: Snapshots + attributes: + label: Snapshots / Images + description: Add any other context or screenshots about the feature request here, which can help explain the feature, and a description of what to look for in the image(s). + validations: + required: false