Create feature_request.yml

This commit is contained in:
Carter Perez 2025-11-12 08:38:28 -05:00 committed by GitHub
parent 23479eebf7
commit ae46fa0ee3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 50 additions and 0 deletions

View File

@ -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.