Skip to content

Commit

Permalink
Create issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
azuwis committed Sep 12, 2019
1 parent 7b7b5c5 commit 328e86c
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .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.

0 comments on commit 328e86c

Please sign in to comment.