borgmatic/.gitea/issue_template/feature_template.yaml
Dan Helfman ac0b23901b
Some checks failed
continuous-integration/drone/push Build is failing
Satisfy Gitea validation.
2023-07-14 22:23:41 -07:00

18 lines
368 B
YAML

name: "Feature"
about: "For filing a feature request or idea"
body:
- type: markdown
value: " "
- 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