Browse Source

Update issues templates

* Update helm issue template

* Update feature issue template

* Update bug issue template

* Add a question template

* Add a reminder to check for existing issues
Roman Zabaluev 3 năm trước cách đây
mục cha
commit
8b0515c027

+ 16 - 2
.github/ISSUE_TEMPLATE/bug_report.md

@@ -7,18 +7,32 @@ assignees: ''
 
 ---
 
+<!--
+
+Don't forget to check for existing issues/discussions regarding your proposal. We might already have it.
+https://github.com/provectus/kafka-ui/issues
+https://github.com/provectus/kafka-ui/discussions
+
+-->
+
 **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.)
+How do you run the app? Please provide as much info as possible:
+1. App version (docker image version or check commit hash in the top left corner in UI)
+2. Helm chart version, if you use one
+3. Any IAAC configs
+
+We might close the issue without further explanation if you don't provide such information.
 -->
 
 
 **Steps to Reproduce**
+<!-- We'd like you to provide an example setup (via docker-compose, helm, etc.) 
+to reproduce the problem, especially with a complex setups. -->
 Steps to reproduce the behavior:
 
 1. 

+ 11 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -7,6 +7,17 @@ assignees: ''
 
 ---
 
+<!--
+
+Don't forget to check for existing issues/discussions regarding your proposal. We might already have it.
+https://github.com/provectus/kafka-ui/issues
+https://github.com/provectus/kafka-ui/discussions
+
+-->
+
+### Which version of the app are you running?
+<!-- Please provide docker image version or check commit hash in the top left corner in UI) -->
+
 ### Is your proposal related to a problem?
 
 <!--

+ 15 - 3
.github/ISSUE_TEMPLATE/k8s_whine.md → .github/ISSUE_TEMPLATE/k8s.md

@@ -3,18 +3,30 @@ name: "⎈ K8s/Helm problem report"
 about: Report a problem with k8s/helm charts/etc
 title: ''
 labels: scope/k8s, status/triage
-assignees: azatsafin, 5hin0bi
+assignees: azatsafin
 
 ---
 
+<!--
+
+Don't forget to check for existing issues/discussions regarding your proposal. We might already have it.
+https://github.com/provectus/kafka-ui/issues
+https://github.com/provectus/kafka-ui/discussions
+
+-->
+
 **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.)
+How do you run the app? Please provide as much info as possible:
+1. App version (docker image version or check commit hash in the top left corner in UI)
+2. Helm chart version, if you use one
+3. Any IAAC configs
+
+We might close the issue without further explanation if you don't provide such information.
 -->
 
 

+ 16 - 0
.github/ISSUE_TEMPLATE/question.md

@@ -0,0 +1,16 @@
+---
+name: "❓ Question"
+about: Ask a question
+title: ''
+
+---
+
+<!--
+
+To ask a question, please either:
+1. Open up a discussion (https://github.com/provectus/kafka-ui/discussions)
+2. Join us on discord (https://discord.gg/4DWzD7pGE5) and ask there.
+
+Don't forget to check/search for existing issues/discussions.
+
+-->