chore: update feature request template

pull/2683/head
Steven 1 year ago
parent a0a03b0389
commit cc40803b06

@ -8,20 +8,25 @@ body:
Before submitting a feature request, please check if the issue is already present in the issues. If it is, please add a reaction to the issue. If it isn't, please fill out the form below. Before submitting a feature request, please check if the issue is already present in the issues. If it is, please add a reaction to the issue. If it isn't, please fill out the form below.
- type: textarea - type: textarea
attributes: attributes:
label: Is your feature request related to a problem? Please describe. label: Describe the solution you'd like
description: | description: |
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] A clear and concise description of what you want to happen.
placeholder: | placeholder: |
It would be great if [...] It would be great if [...]
validations: validations:
required: true required: true
- type: textarea - type: dropdown
attributes: attributes:
label: Describe the solution you'd like label: Type of feature
description: | description: What type of feature is this?
A clear and concise description of what you want to happen. options:
placeholder: | - User Interface (UI)
I'd like to be able to [...] - User Experience (UX)
- API
- Documentation
- Integrations
- Other
default: 0
validations: validations:
required: true required: true
- type: textarea - type: textarea

Loading…
Cancel
Save