This is an automated email from the ASF dual-hosted git repository.

liuxiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new dec4bf5  chore: improve bug report template (#1600)
dec4bf5 is described below

commit dec4bf561f5f7977a768780ec625a71e6de0e79c
Author: Cliff Su <[email protected]>
AuthorDate: Fri Mar 19 02:19:04 2021 +0800

    chore: improve bug report template (#1600)
---
 .github/ISSUE_TEMPLATE/bug-report.md | 33 +++++++++++++++------------------
 1 file changed, 15 insertions(+), 18 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.md 
b/.github/ISSUE_TEMPLATE/bug-report.md
index cf887b7..b9de2f4 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.md
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -1,14 +1,14 @@
 ---
-name: Bug report
-about: Create a bug report for the Apache APISIX Dashboard
+name: Bug Report
+about: Please use this template for reporting suspected bugs.
 labels: "bug"
 ---
 
-# Bug report
+## Issue description
+<!-- A clear and concise description of what the issue is. -->
 
-## Describe the bug
-
-A clear and concise description of what the bug is.
+## Expected behavior
+<!-- A clear and concise description of what you expected to happen. -->
 
 ## How to Reproduce
 
@@ -17,20 +17,17 @@ A clear and concise description of what the bug is.
 3. Scroll down to '....'
 4. See error
 
-## Expected behavior
-
-A clear and concise description of what you expected to happen.
-
 ## Screenshots
+<!-- Add screenshots to help explain your problem if applicable. -->
 
-Add screenshots to help explain your problem if applicable.
-
-## System information
+## Environment
 
-- OS: [e.g. macOS, Windows]
-- Browser (if applies) [e.g. Chrome, Safari, Edge]
-- Version: [e.g. 2.0-rc3]
+* apisix version (cmd: `apisix version`):
+* OS (cmd: `uname -a`):
+* OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
+* etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` 
to get the info from server-info API):
+* apisix-dashboard version, if have:
+* Browser version, if have:
 
 ## Additional context
-
-Add any other context about the problem here.
+<!-- Do you want to solve this issue? or add any other context about the 
problem here. -->
\ No newline at end of file

Reply via email to