Skip to content

Commit e83949a

Browse files
committed
chore: upgrade bug report template to yml format
1 parent a089f57 commit e83949a

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
name: Bug Report
2+
description: Report a bug or unexpected behavior
3+
labels: ["bug"]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: A clear description of the bug.
10+
validations:
11+
required: true
12+
- type: dropdown
13+
id: module
14+
attributes:
15+
label: Module
16+
description: Which module is affected?
17+
options:
18+
- flash-nodes
19+
- talos-cluster
20+
- k3s-cluster
21+
- metallb
22+
- ingress-nginx
23+
- longhorn
24+
- monitoring
25+
- portainer
26+
- Other
27+
validations:
28+
required: true
29+
- type: input
30+
id: module-version
31+
attributes:
32+
label: Module Version
33+
- type: input
34+
id: terraform-version
35+
attributes:
36+
label: Terraform Version
37+
- type: textarea
38+
id: steps-to-reproduce
39+
attributes:
40+
label: Steps to Reproduce
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: expected-behavior
45+
attributes:
46+
label: Expected Behavior
47+
- type: textarea
48+
id: actual-behavior
49+
attributes:
50+
label: Actual Behavior
51+
- type: textarea
52+
id: terraform-config
53+
attributes:
54+
label: Terraform Configuration
55+
description: Relevant module configuration.
56+
render: hcl
57+
- type: textarea
58+
id: error-output
59+
attributes:
60+
label: Error Output
61+
render: shell

0 commit comments

Comments
 (0)