aspireupdate/.github/ISSUE_TEMPLATE/FeatureRequest.yml
Alex Sirota 5fcf86bf03
Asirota/add issue template (#159)
* added needs triage label to feature request

---------

Signed-off-by: Alex Sirota <alex@newpathconsulting.com>
2024-11-07 16:11:54 -05:00

26 lines
No EOL
829 B
YAML

name: Feature Request
description: Suggest an idea for this project.
labels: ['enhancement', 'needs triage']
body:
- type: checkboxes
attributes:
label: 'I have checked the following:'
options:
- label: I've searched existing issues and found nothing related to my issue.
required: true
- type: markdown
attributes:
value: |
Suggest an idea for this project.
- type: textarea
attributes:
label: Describe the feature you want to add
description: A clear and concise description of the feature you want to be added.
validations:
required: true
- type: textarea
attributes:
label: Mockups or Images of the feature
description: Add some images to support your feature.
validations:
required: true