From 6b47dc0e52bb19ace0803ebdc8a39988c2ead69d Mon Sep 17 00:00:00 2001 From: Kendell R Date: Sun, 24 Jan 2021 06:44:50 -0800 Subject: [PATCH] Improve issue template This improves clarity. --- .github/ISSUE_TEMPLATE/bug-report.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index c79eac8..a055ca1 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -8,33 +8,36 @@ assignees: '' My Home Assistant version: 0.XX.X -What I am doing: +**What I am doing:** -What I expected to happen: +**What I expected to happen:** -What happened instead: +**What happened instead:** **Minimal** steps to reproduce: ```yaml -# The least ammount of code possible to reproduce my error +# The least amount of code or steps possible to reproduce my error - - -# End of code +# Put your code/steps here ``` -Error messages from the browser console: +**Error messages from the browser console:** +``` +// Select everything from the browser console and copy it + +// Paste it here +``` --- -**By putting an X in the boxes ([ ]) below, I indicate that I:** +**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/).