|
|
@@ -8,7 +8,7 @@ body:
|
|
|
label: What happened?
|
|
|
description: |
|
|
|
Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner.
|
|
|
- See our github issue handling flow here: https://github.com/emqx/emqx/blob/master/.github/ISSUE_TEMPLATE/assets/issue-handling.png
|
|
|
+ Our github issue handling flow can be found [issue-handling](https://github.com/emqx/emqx/blob/master/.github/ISSUE_TEMPLATE/assets/issue-handling.png)
|
|
|
|
|
|
validations:
|
|
|
required: true
|
|
|
@@ -40,7 +40,7 @@ body:
|
|
|
<details>
|
|
|
|
|
|
```console
|
|
|
- $ ./bin/emqx broker
|
|
|
+ $ ./bin/emqx_ctl broker
|
|
|
# paste output here
|
|
|
```
|
|
|
|
|
|
@@ -74,7 +74,8 @@ body:
|
|
|
attributes:
|
|
|
label: Log files
|
|
|
description: |
|
|
|
- For EMQ X 4.3 or newer, the log and config files archive can be generated by running `node_dump` (The `node_dump` script can be found in `/<path-to-installation-of-emqx>/bin` if you installed emqx from source or zip ball).
|
|
|
+ For EMQX 4.3 or newer, the log and config files archive can be generated by running `node_dump` (The `node_dump` script can be found in `/<path-to-installation-of-emqx>/bin` if you installed emqx from source or zip ball).
|
|
|
+ Before uploading, please make sure that no sensitive information is disclosed in them.
|
|
|
value: |
|
|
|
<details>
|
|
|
|