chore(github-issue_flow): address some remarks
This commit is contained in:
parent
ffded5ab30
commit
311be88969
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
|
@ -2,7 +2,7 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: "Support, needs-triage"
|
labels: needs-triage
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -10,13 +10,16 @@ labels: "Support, needs-triage"
|
||||||
<!-- 请使用英文描述问题 -->
|
<!-- 请使用英文描述问题 -->
|
||||||
<!-- Note, lacking of information will delay the handling of issue
|
<!-- Note, lacking of information will delay the handling of issue
|
||||||
See our github issue handling flow here:
|
See our github issue handling flow here:
|
||||||
https://github.com/emqx/emqx/blob/master/.github/ISSUE_TEMPLATE/asserts/issue-handling.png
|
https://github.com/emqx/emqx/blob/master/.github/ISSUE_TEMPLATE/assets/issue-handling.png
|
||||||
-->
|
-->
|
||||||
|
|
||||||
### Subject of the issue
|
### Subject of the issue
|
||||||
Describe your issue here.
|
Describe your issue here.
|
||||||
|
|
||||||
### Your environment
|
### Your environment
|
||||||
|
|
||||||
|
For EMQ X 4.3 or newer, please provide the log archive generated by [node_dump tool](https://github.com/emqx/emqx/blob/master/bin/node_dump)
|
||||||
|
|
||||||
- EMQ X version (e.g. `emqx_ctl status`):
|
- EMQ X version (e.g. `emqx_ctl status`):
|
||||||
- Hardware configuration (e.g. `lscpu`):
|
- Hardware configuration (e.g. `lscpu`):
|
||||||
- OS (e.g. `cat /etc/os-release`):
|
- OS (e.g. `cat /etc/os-release`):
|
||||||
|
@ -27,8 +30,6 @@ Describe your issue here.
|
||||||
### Steps to reproduce
|
### Steps to reproduce
|
||||||
Tell us how to reproduce this issue.
|
Tell us how to reproduce this issue.
|
||||||
|
|
||||||
It would be great if you can attach the log archive generated by [node_dump tool](https://github.com/emqx/emqx/blob/master/bin/node_dump)
|
|
||||||
|
|
||||||
### Expected behaviour
|
### Expected behaviour
|
||||||
Tell us what should happen
|
Tell us what should happen
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ labels: "Feature, needs-triage"
|
||||||
<!-- Please only use this template for submitting enhancement requests -->
|
<!-- Please only use this template for submitting enhancement requests -->
|
||||||
<!-- Note, lacking of information will delay the handling of issue
|
<!-- Note, lacking of information will delay the handling of issue
|
||||||
See our github issue handling flow here:
|
See our github issue handling flow here:
|
||||||
https://github.com/emqx/emqx/blob/master/.github/ISSUE_TEMPLATE/asserts/issue-handling.png
|
https://github.com/emqx/emqx/blob/master/.github/ISSUE_TEMPLATE/assets/issue-handling.png
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ labels: "Support, needs-triage"
|
||||||
|
|
||||||
<!-- Note, lacking of information will delay the handling of issue
|
<!-- Note, lacking of information will delay the handling of issue
|
||||||
See our github issue handling flow here:
|
See our github issue handling flow here:
|
||||||
https://github.com/emqx/emqx/blob/master/.github/ISSUE_TEMPLATE/asserts/issue-handling.png
|
https://github.com/emqx/emqx/blob/master/.github/ISSUE_TEMPLATE/assets/issue-handling.png
|
||||||
-->
|
-->
|
||||||
|
|
||||||
### Subject of the support
|
### Subject of the support
|
||||||
|
@ -17,6 +17,10 @@ Describe your issue here.
|
||||||
Error/Warning printout if any.
|
Error/Warning printout if any.
|
||||||
|
|
||||||
### Your environment
|
### Your environment
|
||||||
|
|
||||||
|
For EMQ X 4.3 or newer, please provide the log archive generated by [node_dump tool](https://github.com/emqx/emqx/blob/master/bin/node_dump)
|
||||||
|
|
||||||
|
Otherwise please provide below info:
|
||||||
- EMQ X version (e.g. `emqx_ctl status`):
|
- EMQ X version (e.g. `emqx_ctl status`):
|
||||||
- If cluster (e.g. 3 X 4Core16GB):
|
- If cluster (e.g. 3 X 4Core16GB):
|
||||||
- Hardware configuration (e.g. `lscpu`):
|
- Hardware configuration (e.g. `lscpu`):
|
||||||
|
@ -26,6 +30,5 @@ Error/Warning printout if any.
|
||||||
- Others:
|
- Others:
|
||||||
|
|
||||||
### LOG File
|
### LOG File
|
||||||
It would be great if you can attach the log archive generated by [node_dump tool](https://github.com/emqx/emqx/blob/master/bin/node_dump)
|
|
||||||
|
|
||||||
Missing log file can delay the handling of the issue.
|
Missing log file can delay the handling of the issue.
|
||||||
|
|
Loading…
Reference in New Issue