19 lines
518 B
YAML
19 lines
518 B
YAML
name: Feature request ✨
|
|
description: Suggest an idea or ask for a feature that you would like to have
|
|
labels: [support, feature-req]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for letting us know how we can improve our product! ☺️
|
|
- type: textarea
|
|
attributes:
|
|
label: What problem does this feature solve?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: What does the proposed solution look like?
|
|
validations:
|
|
required: true
|