Selaa lähdekoodia

Add k8s issue template

Roman Zabaluev 3 vuotta sitten
vanhempi
commit
02a7caf9fe

+ 1 - 1
.github/ISSUE_TEMPLATE/bug_report.md

@@ -2,7 +2,7 @@
 name: "\U0001F41E  Bug report"
 about: Create a report to help us improve
 title: ''
-labels: 'type/bug'
+labels: type/bug
 assignees: ''
 
 ---

+ 2 - 2
.github/ISSUE_TEMPLATE/feature_request.md

@@ -1,8 +1,8 @@
 ---
 name: "\U0001F680 Feature request"
-about: Propose a new feature 
+about: Propose a new feature
 title: ''
-labels: 'type/enhancement'
+labels: type/enhancement
 assignees: ''
 
 ---

+ 40 - 0
.github/ISSUE_TEMPLATE/k8s_whine.md

@@ -0,0 +1,40 @@
+---
+name: "⎈ K8s/Helm problem report"
+about: Report a problem with k8s/helm charts/etc
+title: ''
+labels: scope/k8s, status/triage
+assignees: azatsafin, 5hin0bi
+
+---
+
+**Describe the bug**
+<!--(A clear and concise description of what the bug is.)-->
+
+
+**Set up**
+<!--
+(How do you run the app? 
+Which version of the app are you running? Provide either docker image version or check commit hash at the top left corner. We won't be able to help you without this information.)
+-->
+
+
+**Steps to Reproduce**
+Steps to reproduce the behavior:
+
+1. 
+
+**Expected behavior**
+<!--
+(A clear and concise description of what you expected to happen)
+-->
+
+**Screenshots**
+<!--
+(If applicable, add screenshots to help explain your problem)
+-->
+
+
+**Additional context**
+<!--
+(Add any other context about the problem here)
+-->