Kendell R 6b47dc0e52 Improve issue template
This improves clarity.
2021-02-10 00:24:55 +01:00

49 lines
1.1 KiB
Markdown

---
name: Bug report
about: For reporting bugs or unexpected behavior
title: ''
labels: ''
assignees: ''
---
My Home Assistant version: 0.XX.X
**What I am doing:**
**What I expected to happen:**
**What happened instead:**
**Minimal** steps to reproduce:
```yaml
# The least amount of code or steps possible to reproduce my error
# Put your code/steps here
```
**Error messages from the browser console:**
```
// Select everything from the browser console and copy it
// Paste it here
```
---
**By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:**
- [ ] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
- [ ] Have made sure I am using the latest version of the plugin.
- [ ] Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
- [ ] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.