Skip to content

Commit be69faf

Browse files
committed
chore: upgrade feature request template to yml format
1 parent e83949a commit be69faf

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: Feature Request
2+
description: Suggest a new feature or enhancement
3+
labels: ["enhancement"]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: A clear description of the feature you'd like.
10+
validations:
11+
required: true
12+
- type: dropdown
13+
id: module
14+
attributes:
15+
label: Module
16+
description: Which module does this relate to?
17+
options:
18+
- flash-nodes
19+
- talos-cluster
20+
- k3s-cluster
21+
- metallb
22+
- ingress-nginx
23+
- longhorn
24+
- monitoring
25+
- portainer
26+
- New module
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: use-case
31+
attributes:
32+
label: Use Case
33+
description: Describe the problem this feature would solve.
34+
validations:
35+
required: true
36+
- type: textarea
37+
id: proposed-solution
38+
attributes:
39+
label: Proposed Solution
40+
description: How you think this could be implemented.
41+
- type: textarea
42+
id: alternatives
43+
attributes:
44+
label: Alternatives Considered

0 commit comments

Comments
 (0)