39 lines
1.4 KiB
YAML
39 lines
1.4 KiB
YAML
name: 💡 Feature Request
|
|
description: Suggest an idea for this project
|
|
title: "[Feature] <title>"
|
|
labels: enhancement
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is there an existing feature request for this?
|
|
description: Please search to see if an issue already exists for your feature request.
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Is your feature related to a problem? Please describe.
|
|
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: A clear and concise description of what you want to happen.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe alternatives you've considered
|
|
description: A clear and concise description of any alternative solutions or features you've considered.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Anything else?
|
|
description: |
|
|
Links? References? Screenshots? Anything that will give more context about the feature you are requesting.
|
|
|
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
|
validations:
|
|
required: false
|