You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
611 B
19 lines
611 B
name: Feature Request
|
|
description: Want to see a new feature or an improvement to existing feature?
|
|
labels: [enhancement]
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is there an existing issue for this?
|
|
description: >
|
|
Please search to see if an issue already exists for the feature/improvement you want.
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Feature Description
|
|
description: A concise description of what feature or improvement you want.
|
|
validations:
|
|
required: true
|