46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
name: Feature Request
|
|
description: Suggest a new feature or enhancement
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for suggesting a feature!
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem/Use Case
|
|
description: Is your feature request related to a problem? Please describe.
|
|
placeholder: "I'm always frustrated when..."
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: Describe the solution you'd like
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: Any alternative solutions you've considered?
|
|
|
|
- type: dropdown
|
|
id: priority
|
|
attributes:
|
|
label: Priority
|
|
options:
|
|
- Low - Nice to have
|
|
- Medium - Would improve experience
|
|
- High - Important for usability
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Context
|
|
description: Any other context, mockups, or screenshots |