emqx/.github/ISSUE_TEMPLATE/bug-report.yaml

79 lines
1.9 KiB
YAML

name: Bug Report
description: Report a bug encountered while running EMQX
labels: BUG
body:
- type: textarea
id: problem
attributes:
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.
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
- type: textarea
id: expected
attributes:
label: What did you expect to happen?
validations:
required: true
- type: textarea
id: repro
attributes:
label: How can we reproduce it (as minimally and precisely as possible)?
validations:
required: false
- type: textarea
id: additional
attributes:
label: Anything else we need to know?
- type: textarea
id: emqxVersion
attributes:
label: EMQX version
value: |
<details>
```console
$ ./bin/emqx_ctl broker
# paste output here
```
</details>
validations:
required: true
- type: textarea
id: osVersion
attributes:
label: OS version
value: |
<details>
```console
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
```
</details>
- type: textarea
id: attachments
attributes:
label: Log files
description: |
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>
</details>