POWR/.github/ISSUE_TEMPLATE/feature_request.yml
2025-02-09 20:38:38 -05:00

58 lines
1.7 KiB
YAML

name: Feature Request
description: Suggest an idea for POWR
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest a new feature!
Please provide as much detail as possible to help us understand your suggestion.
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is.
placeholder: I'm always frustrated when...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
placeholder: |
Describe your proposed solution:
- What should it do?
- How should it work?
- What would the user experience be like?
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: |
What other approaches have you thought about?
What are their pros and cons?
- type: dropdown
id: priority
attributes:
label: Priority
description: How important is this feature to you?
options:
- Nice to have
- Important
- Critical
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context, screenshots, or mockups about the feature request here.