feature_request.yml•1.17 kB
name: 💡 Feature Request
description: Suggest a new feature or improvement
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for your feature idea! Please describe what you'd like to see.
- type: textarea
id: problem
attributes:
label: Problem / Use Case
description: Is your feature request related to a problem? What are you trying to accomplish?
placeholder: I'm always frustrated when...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe the solution you'd like to see
placeholder: I'd like to have...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Have you thought about other approaches?
placeholder: I've also considered...
validations:
required: false
- type: textarea
id: context
attributes:
label: Additional Context
description: Any other context, screenshots, or examples
validations:
required: false