selfprivacy.org.app/.gitea/ISSUE_TEMPLATE/feature.yaml

24 lines
772 B
YAML
Raw Normal View History

2023-09-26 20:05:17 +03:00
name: Feature request
about: Suggest an idea for this project
label:
- Feature request
body:
- type: markdown
attributes:
value: |
2023-09-26 20:24:04 +03:00
Thanks for taking the time to fill out this feature request! Please provide a short but a descriptive title for your issue.
2023-09-26 20:05:17 +03:00
- type: textarea
id: description
attributes:
label: Description
description: Describe the feature you'd like to see.
placeholder: |
As a user, I want to be able to...
validations:
required: true
- type: textarea
id: context
attributes:
label: Context and notes
description: Additional information about environment and what were you trying to do. If you have an idea how to implement this feature, please describe it here too.