Skip to content

Commit 46e72c1

Browse files
mumoshuSajfer
authored andcommitted
Add an issue form for bug report
Ref roboll/helmfile#1824
1 parent 09acbf2 commit 46e72c1

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
name: Bug
2+
description: File a bug report
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Before opening a bug report, please search for the behaviour in the existing issues.
8+
9+
Go ahead to https://github.com/roboll/helmfile/search?q=&type= and fill in the error message you received from Helmfile or the keywords you think appropriate.
10+
- type: markdown
11+
attribuets:
12+
value: Thank you for taking your time to file a bug report! To confirm it's a bug, we need some information to reproduce it.
13+
- type: input
14+
id: os
15+
attributes:
16+
label: Operating system
17+
description: "Which operating system do you use? Please provide the version as well."
18+
placeholder: "ex. Ubuntu 20.04.4 LTS"
19+
validations:
20+
required: true
21+
- type: input
22+
id: helmfile
23+
attributes:
24+
label: Helmfile Version
25+
description: "Please provide the version number of Helmfile you used. If it isn't the latest, please upgrade first."
26+
placeholder: "Run `helmfile version` to print it."
27+
validations:
28+
required: true
29+
- type: input
30+
id: helm
31+
attributes:
32+
label: Helm Version
33+
description: "Please provide the version number of Helm you used. If it isn't the latest, please upgrade first."
34+
placeholder: "Run `helm version` to print it."
35+
validations:
36+
required: true
37+
- type: textarea
38+
id: bug-description
39+
attributes:
40+
label: Bug description
41+
description: What happened?
42+
validations:
43+
required: true
44+
- type: input
45+
id: repo
46+
attributes:
47+
label: Steps to reproduce
48+
description: Please provide the URL to a GitHub repository that contains a helmfile.yaml, other companion files, and a README.md with the steps to reproduce the bug.
49+
validations:
50+
required: true
51+
- type: input
52+
id: discussion
53+
attributes:
54+
label: Relevant discussion
55+
description: Please provide the URL to a relevant GitHub Discussion.
56+
validations:
57+
required: false

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)