1name: Feature Request
2description: Suggest an idea for this project
3title: "FEAT: "
4labels: ["enhancement", "needs-triage"]
5body:
6 - type: textarea
7 id: problem
8 attributes:
9 label: Is your feature request related to a problem?
10 description: A clear and concise description of what the problem is.
11 placeholder: "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 validations:
19 required: true
20
21 - type: textarea
22 id: alternatives
23 attributes:
24 label: Describe alternatives you've considered
25 description: A clear and concise description of any alternative solutions or features you've considered.
26
27 - type: textarea
28 id: additional
29 attributes:
30 label: Additional context
31 description: Add any other context or screenshots about the feature request here.