Update the desc for `node_dump` in issue templates

Putting the link to [node_dump script](https://github.com/emqx/emqx/blob/master/bin/node_dump)  will lead the user to download the node_dump script directly from the github, and run it.
This commit is contained in:
Shawn 2022-02-17 10:19:09 +08:00 committed by GitHub
parent b769d24ff4
commit 76e61e849e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -2,7 +2,8 @@
name: Bug Report
about: Create a report to help us improve
title: ''
labels: needs-triage
labels: ''
assignees: ''
---
@ -18,7 +19,7 @@ Describe your issue here.
### 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)
For EMQ X 4.3 or newer, please provide the log archive 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).
- EMQ X version (e.g. `emqx_ctl status`):
- Hardware configuration (e.g. `lscpu`):

View File

@ -2,7 +2,8 @@
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: "Feature, needs-triage"
labels: Feature
assignees: ''
---

View File

@ -2,7 +2,8 @@
name: Support Needed
about: Asking a question about usages, docs or anything you're insterested in
title: ''
labels: "Support, needs-triage"
labels: Support
assignees: ''
---