chore: update issue-template config.yml
This commit is contained in:
parent
70981455ea
commit
1ec111ad2e
|
@ -8,7 +8,7 @@ body:
|
||||||
label: What happened?
|
label: What happened?
|
||||||
description: |
|
description: |
|
||||||
Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner.
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@ -40,7 +40,7 @@ body:
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ ./bin/emqx broker
|
$ ./bin/emqx_ctl broker
|
||||||
# paste output here
|
# paste output here
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -74,7 +74,8 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Log files
|
label: Log files
|
||||||
description: |
|
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: |
|
value: |
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
contact_links:
|
||||||
|
- name: Support Request
|
||||||
|
url: https://github.com/emqx/emqx/discussions
|
||||||
|
about: Asking a question about usages, docs or anything you're insterested in.
|
||||||
|
- name: Support Request (CN)
|
||||||
|
url: https://askemq.com
|
||||||
|
about: Feel free to visit our Chinese community for support if it is more convenient for you.
|
|
@ -1,11 +1,11 @@
|
||||||
name: Feature Request Issue
|
name: Feature Request
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
labels: Feature
|
labels: Feature
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature
|
id: feature
|
||||||
attributes:
|
attributes:
|
||||||
label: What would you like to be added/modified?
|
label: What would you like to be added or enhanced?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
contact_links:
|
|
||||||
- name: Support Request
|
|
||||||
url: https://github.com/emqx/emqx/discussions
|
|
||||||
about: Asking a question about usages, docs or anything you're insterested in
|
|
Loading…
Reference in New Issue