54 lines
1.8 KiB
YAML
54 lines
1.8 KiB
YAML
name: Feature Request
|
|
description: Suggest a new feature or an UI/UX enhancements.
|
|
title: "[Feature Request]"
|
|
labels: [enhancement]
|
|
body:
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: Checklist
|
|
description: |
|
|
Even if you're not sure about the answer, feel free to leave it blank and provide us with more information about this request.
|
|
options:
|
|
- label: This issue contains only one feature request. I will open one issue for every feature I want to request.
|
|
required: true
|
|
- label: I checked, but didn't find any duplicates (open OR closed) of this issue in the repo.
|
|
required: true
|
|
- label: This feature is merely an UI/UX update.
|
|
required: false
|
|
- label: This feature is not going to conflict with many of the existing features/options.
|
|
required: true
|
|
- type: textarea
|
|
id: description_1
|
|
attributes:
|
|
label: Is your feature request related to a problem? Please describe.
|
|
description:
|
|
placeholder: A clear and concise description of what the problem is. E.g. I'm always frustrated when [...]
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description_2
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description:
|
|
placeholder: A clear and concise description of what you want to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description_3
|
|
attributes:
|
|
label: How will you/everyone benefit from this feature?
|
|
description:
|
|
placeholder:
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description_4
|
|
attributes:
|
|
label: Additional context
|
|
description:
|
|
placeholder: Add any other context or screenshots about the feature request here.
|
|
validations:
|
|
required: false
|
|
render: shell
|