Browse Source

add github issue templates

ruiyi.jiang 4 years ago
parent
commit
6af6aa3359

+ 31 - 0
.github/ISSUE_TEMPLATE/Bug_report.md

@@ -0,0 +1,31 @@
+---
+name: Bug report
+about: Things break. Help us identify those things so we can fix them!
+labels: bug
+
+---
+
+**Milvus-insight version:**
+
+**Milvus version:**
+
+**Browser version:**
+
+**Browser OS version:**
+
+**Describe the bug:**
+
+**Steps to reproduce:**
+1.
+2.
+3.
+
+**Expected behavior:**
+
+**Screenshots (if relevant):**
+
+**Errors in browser console (if relevant):**
+
+**Provide logs and/or server output (if relevant):**
+
+**Any additional context:**

+ 9 - 0
.github/ISSUE_TEMPLATE/Feature_request.md

@@ -0,0 +1,9 @@
+---
+name: Feature request
+about: Milvus-insight can't do all the things, but maybe it can do your things.
+
+---
+
+**Describe the feature:**
+
+**Describe a specific use case for the feature:**

+ 5 - 0
.github/ISSUE_TEMPLATE/config.yml

@@ -0,0 +1,5 @@
+blank_issues_enabled: true
+contact_links:
+  - name: Question
+    url: https://github.com/milvus-io/milvus-insight/discussions
+    about: Please ask and answer questions here.