48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
name: Feature request
|
|
description: Suggest a new feature or enhancement
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to suggest a feature!
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: What do you want and why?
|
|
placeholder: As a user, I want to ... so that ...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: acceptance-criteria
|
|
attributes:
|
|
label: Acceptance criteria
|
|
description: How do we know this is done?
|
|
placeholder: |
|
|
- [ ] ...
|
|
- [ ] ...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: technical-notes
|
|
attributes:
|
|
label: Technical notes
|
|
description: Implementation hints, related files, architecture considerations (optional)
|
|
validations:
|
|
required: false
|
|
|
|
- type: dropdown
|
|
id: scope
|
|
attributes:
|
|
label: Scope
|
|
options:
|
|
- Frontend
|
|
- Backend
|
|
- Infra / CI
|
|
- Full-stack
|
|
validations:
|
|
required: true
|