소스 검색

Add k8s issue template

Roman Zabaluev 3 년 전
부모
커밋
02a7caf9fe
3개의 변경된 파일43개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 2 2
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 40 0
      .github/ISSUE_TEMPLATE/k8s_whine.md

+ 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)
+-->