From 82e77190bb7ca72a5bcc6fb0f7f2b8757630af94 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Fri, 17 Jan 2025 17:07:12 +0000 Subject: [PATCH] Create feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 39 ++++++++++++++++++++++ 1 file changed, 39 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 00000000..d318b60d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,39 @@ +name: Feature Request +description: Suggest an idea for the project +title: 'feature request: ' +labels: + - feature request +body: + - type: checkboxes + id: '1' + attributes: + label: Checklist + description: >- + Please check the following before submitting a feature request. If you + are unable to check all the boxes, please provide more information in the + description. + options: + - label: >- + I checked that this feature has not been requested before + required: true + - label: >- + I checked that this feature is not in the "Not planned" list + required: true + - label: >- + This feature will benefit the majority of users + - type: textarea + id: '2' + attributes: + label: Problem Description / Use Case + description: >- + Provide a detailed description of the problem you are facing or the use case you have in mind. + validations: + required: true + - type: textarea + id: '3' + attributes: + label: Proposed Solution + description: >- + Provide a detailed description of the solution you'd like to see. If you have any ideas on how to implement the feature, please include them here. + validations: + required: true