38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
name: Feature Request
|
|
description: Suggest a new feature or enhancement
|
|
labels: [feature]
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem
|
|
description: What problem would this feature solve? Why is it important?
|
|
placeholder: |
|
|
Example: Improve usability in low-light environments.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed solution
|
|
description: Describe the solution you'd like to see.
|
|
placeholder: |
|
|
Example: Add dark mode support to the application.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives considered (Optional)
|
|
description: What other solutions have you thought about or tried?
|
|
placeholder: |
|
|
Example: Use system theme, third-party extensions, etc.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional context (Optional)
|
|
description: Add any other context, mockups, screenshots, or examples here.
|
|
validations:
|
|
required: false |