c3lf-system-3/.forgejo/issue_template/feature.yml
jedi 2c609427ec
All checks were successful
/ test (push) Successful in 54s
/ deploy (push) Successful in 4m55s
add simple issue templates
2024-11-13 23:13:13 +01:00

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