From ae46fa0ee301d1f7a72fbd1816a6f2936300439a Mon Sep 17 00:00:00 2001 From: Carter Perez Date: Wed, 12 Nov 2025 08:38:28 -0500 Subject: [PATCH] Create feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 50 ++++++++++++++++++++++ 1 file changed, 50 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..59689213 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,50 @@ +name: Feature Request +description: Suggest a new project idea or improvement +title: "[FEATURE] " +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + ## Feature Request + Thanks for suggesting an improvement or new project idea. + + - type: textarea + id: description + attributes: + label: Description + description: A clear description of what you want to add or improve. + placeholder: Describe your idea + validations: + required: true + + - type: dropdown + id: category + attributes: + label: Project Category + options: + - Beginner + - Intermediate + - Advanced + validations: + required: true + + - type: textarea + id: rationale + attributes: + label: Rationale + description: Why would this be valuable to the repository? + validations: + required: true + + - type: textarea + id: technical + attributes: + label: Technical Details + description: Any technical considerations or requirements. + + - type: textarea + id: context + attributes: + label: Additional Context + description: Any other relevant information.