Add github issue templates

This commit is contained in:
Thomas Lovén 2019-06-13 23:48:04 +02:00
parent 1d29e2365f
commit 72a5e2b857
2 changed files with 58 additions and 0 deletions

51
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,51 @@
---
name: Bug report
about: For reporting bugs or unexpected behavior of popup-card
title: ''
labels: ''
assignees: ''
---
My Home Assistant version: 0.XX.X
My lovelace configuration method (GUI or yaml):
What I am doing:
What I expected to happen:
What happened instead:
**Minimal** steps to reproduce:
```yaml
# The least ammount of code possible to reproduce my error
# End of code
```
Error messages from the browser console:
---
**By putting an X in the boxes ([ ]) 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 popup-card.
[ ] Have made sure I am using the latest version of [card-tools](https://github.com/thomasloven/lovelace-card-tools).
[ ] 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.

View File

@ -0,0 +1,7 @@
---
name: Feature request
about: For suggesting new features of popup-card
title: ''
labels: ''
assignees: ''
---