feature-request.yml

1name: Feature request
2description: Suggest an idea for this project
3title: "[FEATURE] "
4labels:
5  - enhancement
6body:
7  - type: markdown
8    attributes:
9      value: |
10        **Is your feature request related to a problem? Please describe.**
11        A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12
13  - type: textarea
14    id: solution
15    attributes:
16      label: "Describe the solution you'd like"
17      description: "A clear and concise description of what you want to happen"
18
19  - type: textarea
20    id: alternatives
21    attributes:
22      label: "Describe alternatives you've considered"
23      description: "A clear and concise description of any alternative solutions or features you've considered"
24
25  - type: textarea
26    id: additional-context
27    attributes:
28      label: "Additional context"
29      description: "Add any other context or screenshots about the feature request here"