27 lines
No EOL
654 B
YAML
27 lines
No EOL
654 B
YAML
name: 'New Feature'
|
|
about: 'This template is for new features'
|
|
labels:
|
|
- Kind/Feature
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Before creating a Feature Ticket, please check for duplicates.
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
### Implementation Checklist
|
|
- [ ] concept
|
|
- [ ] frontend
|
|
- [ ] backend
|
|
- [ ] unittests
|
|
- [ ] tested on staging
|
|
visible: [ content ]
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: 'Feature Description'
|
|
description: 'Explain the the feature.'
|
|
placeholder: Description
|
|
validations:
|
|
required: true |