diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..906eb00 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Home Assistant version** +On Home Assistant, go to `Menu` -> `Developer Tools` -> `INFO` + +**Zigbee2mqtt version** +Check `zigbee2mqtt/package.json` file, e.g. `"version": "1.5.1"`. +Please update Zigbee2mqtt to version 1.5.1 or later and try again if not already done. + +**OS and browser version** + e.g. Debian 10 Firefox 68, Windows 10 Chrome 76 + +**Error message on browser** +On Google Chrome, open browser `Menu` -> `More tools` -> `Developer tools` -> `Console`, +``` +and copy error message here if any. +``` + +**State attributes of `sensor.zigbee2mqtt_networkmap`** +On Home Assistant, go to `Menu` -> `Developer tools` -> `STATES` -> `sensor.zigbee2mqtt_networkmap`, +``` +and copy state attributes here. +``` + +**Additional context** +Add any other context about the problem here.