borgmatic/.gitea/issue_template/feature_template.yaml
Dan Helfman 5e0283b391
All checks were successful
continuous-integration/drone/push Build is passing
Remove broken markdown item.
2023-07-14 22:24:21 -07:00

16 lines
334 B
YAML

name: "Feature"
about: "For filing a feature request or idea"
body:
- type: textarea
id: request
attributes:
label: What I'd like to do and why
validations:
required: true
- type: textarea
id: notes
attributes:
label: Other notes / implementation ideas
validations:
required: false