1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
---
name: Feature request
description: Suggest an idea for this project
labels: ["type: enhancement"]
body:
- type: markdown
attributes:
value: Thanks for taking the suggest an idea!
- type: textarea
id: feature-idea
attributes:
label: What did you have in mind?
validations:
required: true
- type: textarea
id: is-problem
attributes:
label: Are you trying to fix a problem?
description: If so, please provide as much information as you can.
- type: textarea
id: implementation-idea
attributes:
label: Any lead on how this feature can be implemented?
|