From b2b531ad3cdb40a8ed44a2c0d79dabdf22d89438 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Wed, 17 Oct 2018 10:22:59 -0400 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..1682402 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. +2. +3. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Home Assistant version (if applicable):** + +**Log Output/Additional Information** +If using home-assistant, please paste the output of the log showing your error below. If not, please include any additional useful information. + +``` +PASTE LOG OUTPUT HERE +```