Files
Whisky/.github/ISSUE_TEMPLATE/feature-request.yml
T
2024-10-01 18:46:17 -04:00

33 lines
1.0 KiB
YAML

name: Feature Request
description: Request a new feature.
type: "Enhancement"
body:
- type: textarea
id: related-to-problem
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you're suggesting.
validations:
required: true
- type: textarea
id: extra-info
attributes:
label: Anything else?
description: Upload any relevant images, links, screenshots that might help realise your suggestion.
validations:
required: true
- type: checkboxes
attributes:
label: Issue Language
description: All issues must be written in clear plain English so that all devs are able to read them.
options:
- label: Yes my issue is written in English
required: true