50 lines
1.5 KiB
YAML
50 lines
1.5 KiB
YAML
name: Feature request
|
|
description: Suggest an idea for this project
|
|
labels: ["Issue::Enhancement"]
|
|
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Is your feature request related to a problem?
|
|
description: A clear and concise description of what the problem is.
|
|
placeholder: Ex. I don't like this design that [...]
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: The solution I'd like
|
|
description: A clear and concise description of what you want to happen.
|
|
placeholder: Tell us what you want!
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots or video
|
|
description: It is helpful to attach screenshots or video similar to the desired features.
|
|
placeholder: You can drag & drop to attach files
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives I've considered
|
|
description: A clear and concise description of any alternative solutions or features you've considered.
|
|
placeholder: It would be great if you have a relevant image or link
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context or screenshots about the feature request here.
|
|
placeholder: Anything to write down or refer to is fine
|
|
validations:
|
|
required: false
|