2021-07-22 19:39:20 +02:00
|
|
|
name: Feature Request
|
|
|
|
description: "When you want a new feature for something that doesn't already exist"
|
2023-04-28 09:27:01 +02:00
|
|
|
labels: ["needs-triage", "enhancement"]
|
2021-07-22 19:39:20 +02:00
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
id: problem
|
|
|
|
attributes:
|
2021-08-04 01:49:03 +02:00
|
|
|
label: Related problem
|
2022-04-03 13:52:42 +02:00
|
|
|
description: Thank you for your feature request.
|
2021-07-22 19:39:20 +02:00
|
|
|
placeholder: |
|
|
|
|
A clear and concise description of what the problem is.
|
|
|
|
Example: I am trying to do [...] but [...]
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
- type: textarea
|
|
|
|
id: desired
|
|
|
|
attributes:
|
|
|
|
label: "Describe the solution you'd like"
|
|
|
|
description: A clear and concise description of what you want to happen.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: alternatives
|
|
|
|
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
|
|
|
|
id: context
|
|
|
|
attributes:
|
2021-08-04 01:49:03 +02:00
|
|
|
label: Additional context and details
|
2021-07-22 19:39:20 +02:00
|
|
|
description: Add any other context or screenshots about the feature request here.
|
|
|
|
validations:
|
|
|
|
required: false
|