bzp2010 commented on a change in pull request #2067:
URL: https://github.com/apache/apisix-dashboard/pull/2067#discussion_r688163824



##########
File path: .github/ISSUE_TEMPLATE/bug_report.yml
##########
@@ -0,0 +1,51 @@
+name: Bug Report
+description: Please use this template for reporting suspected bugs.
+labels: [bug]
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Issue description
+      description: A clear and concise description of what the issue is.
+    validations:
+      required: true
+  - type: textarea
+    id: expected
+    attributes:
+      label: Expected behavior
+      description: A clear and concise description of what you expected to 
happen.
+    validations:
+      required: true
+  - type: textarea
+    id: howto
+    attributes:
+      label: How to Reproduce
+      description: Describe the how we have to take to reproduce the behavior.
+      placeholder: |
+        1. Go to '...'
+        2. Click on '....'
+        3. Scroll down to '....'
+        4. See error
+    validations:
+      required: true
+  - type: textarea
+    id: screenshots
+    attributes:
+      label: Screenshots
+      description: Add screenshots to help explain your problem if applicable.
+  - type: textarea
+    id: environment
+    attributes:
+      label: Environment
+      value: |
+        - 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):

Review comment:
       Hi, @nic-chen.
   That is just copy from old template.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to