|
1
|
name: Feature request |
|
2
|
description: Suggest something new |
|
3
|
labels: ["enhancement"] |
|
4
|
body: |
|
5
|
- type: markdown |
|
6
|
attributes: |
|
7
|
value: Thanks for suggesting a feature. |
|
8
|
|
|
9
|
- type: textarea |
|
10
|
id: problem |
|
11
|
attributes: |
|
12
|
label: What problem does this solve? |
|
13
|
description: Describe the context and the gap you're running into. |
|
14
|
validations: |
|
15
|
required: true |
|
16
|
|
|
17
|
- type: textarea |
|
18
|
id: solution |
|
19
|
attributes: |
|
20
|
label: Proposed solution |
|
21
|
description: What would you like to see? |
|
22
|
validations: |
|
23
|
required: true |
|
24
|
|
|
25
|
- type: textarea |
|
26
|
id: alternatives |
|
27
|
attributes: |
|
28
|
label: Alternatives considered |
|
29
|
description: Any other approaches you've thought about? |
|
30
|
|
|
31
|
- type: textarea |
|
32
|
id: context |
|
33
|
attributes: |
|
34
|
label: Additional context |
|
35
|
description: Links, examples, prior art — anything useful. |
|
36
|
|