From 67234169d61a5bcec6818d3e222da0367862c56f Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer <35225576+afuetterer@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:18:41 +0000 Subject: [PATCH] chore: set up another issue form (#395) --- .github/ISSUE_TEMPLATE/feature_request.yml | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..9e89f3e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,30 @@ +name: Feature request +description: Suggest an idea for this project +labels: ['type: feature'] + +body: +- type: markdown + attributes: + value: | + Thanks for taking the time to submit a feature request. Please provide a general summary of the issue in the Title above. +- type: textarea + attributes: + label: Detailed Description + description: Provide a detailed description of the change or addition you are proposing. + validations: + required: true +- type: textarea + attributes: + label: Context + description: Why is this change important to you? How would you use it? How can it benefit other users? + validations: + required: false +- type: textarea + attributes: + label: Possible Implementation + description: Not obligatory, but suggest an idea for implementing addition or change. + validations: + required: false + +# This issue template is adapted from: +# "open-source-templates", https://github.com/TalAter/open-source-templates (MIT License).