Add k8s issue template

This commit is contained in:
Roman Zabaluev 2022-01-19 16:09:52 +03:00 committed by GitHub
parent 3291b85838
commit 02a7caf9fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 3 deletions

View file

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

View file

@ -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
.github/ISSUE_TEMPLATE/k8s_whine.md vendored Normal file
View file

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