Skip to content

Commit 46b0d1f

Browse files
authored
Create main issue template
1 parent 3726584 commit 46b0d1f

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

.github/ISSUE_TEMPLATE/helm.yml

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
name: "⎈ K8s/Helm problem report"
2+
description: "Report a problem with k8s/helm charts/etc"
3+
labels: ["status/triage", "scope/k8s"]
4+
assignees: []
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Hi, thanks for raising the issue(-s), all contributions really matter!
11+
Please, note that we'll close the issue without further explanation if you don't follow
12+
this template and don't provide the information requested within this template.
13+
14+
- type: checkboxes
15+
id: terms
16+
attributes:
17+
label: Issue submitter TODO list
18+
description: By you checking these checkboxes we can be sure you've done the essential things.
19+
options:
20+
- label: I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems)
21+
required: true
22+
- label: I've searched for an already existing issues [here (legacy)](https://github.com/provectus/kafka-ui/issues) and [here](https://github.com/provectus/kafka-ui-charts/issues)
23+
required: true
24+
- label: I've tried installing latest charts and the issue still persists there
25+
required: true
26+
- label: I'm running a supported version of the application & chart which is listed [here](https://github.com/provectus/kafka-ui/blob/master/SECURITY.md)
27+
required: true
28+
29+
- type: textarea
30+
attributes:
31+
label: Describe the bug (actual behavior)
32+
description: A clear and concise description of what the bug is. Use a list, if there is more than one problem
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
attributes:
38+
label: Expected behavior
39+
description: A clear and concise description of what you expected to happen
40+
validations:
41+
required: false
42+
43+
- type: textarea
44+
attributes:
45+
label: Your installation details
46+
description: |
47+
How do you run the app? Please provide as much info as possible:
48+
1. App version (commit hash in the top left corner of the UI)
49+
2. Helm chart version
50+
3. Your application config. Please remove the sensitive info like passwords or API keys.
51+
4. Any IAAC configs
52+
validations:
53+
required: true
54+
55+
- type: textarea
56+
attributes:
57+
label: Steps to reproduce
58+
description: |
59+
Please write down the order of the actions required to reproduce the issue.
60+
For the advanced setups/complicated issue, we might need you to provide
61+
a minimal [reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).
62+
validations:
63+
required: true
64+
65+
- type: textarea
66+
attributes:
67+
label: Screenshots
68+
description: |
69+
If applicable, add screenshots to help explain your problem
70+
validations:
71+
required: false
72+
73+
- type: textarea
74+
attributes:
75+
label: Logs
76+
description: |
77+
If applicable, *upload* screenshots to help explain your problem
78+
validations:
79+
required: false
80+
81+
- type: textarea
82+
attributes:
83+
label: Additional context
84+
description: |
85+
Add any other context about the problem here. E.G.:
86+
1. Are there any alternative scenarios (different data/methods/configuration/setup) you have tried?
87+
Were they successful or the same issue occurred? Please provide steps as well.
88+
2. Related issues (if there are any).
89+
3. Logs (if available)
90+
4. Is there any serious impact or behaviour on the end-user because of this issue, that can be overlooked?
91+
validations:
92+
required: false

0 commit comments

Comments
 (0)