19 lines
575 B
YAML
19 lines
575 B
YAML
name: Feature Request
|
|
description: Suggest new features or improvements for the app.
|
|
labels: [ enhancement ]
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: Describe the feature you'd like to see.
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
id: acknowledgements
|
|
attributes:
|
|
label: Acknowledgements
|
|
options:
|
|
- label: I have searched the open and closed [issues](https://github.com/Drumber/Kitsune/issues?q=is%3Aissue) and this is **NOT** a duplicate.
|
|
required: true |