31 lines
1.2 KiB
YAML
31 lines
1.2 KiB
YAML
name: 💡 Feature Request
|
|
description: Got an idea for a feature that the software doesn't have yet? Suggest it here!
|
|
title: "[FEAT] "
|
|
labels: ["enhancement/feature"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
- Please speak English, as this is the language all maintainers can speak and write.
|
|
- Be as clear and concise as possible. A very verbose request is harder to interpret in a concrete way.
|
|
- Be civil and use common sense.
|
|
- Take a moment to *check that your issue hasn't been reported before*.
|
|
- type: textarea
|
|
id: needs-benefits
|
|
attributes:
|
|
label: Needs and benefits
|
|
description: As concisely as possible, describe the benefits your feature request will provide or the problems it will try to solve.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Feature Description
|
|
description: As concisely as possible, describe the feature you would like to see added or the changes you would like to see made to the software.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots
|
|
description: If you can, provide screenshots of an implementation on another site.
|