From 181e68b0278a6afd81e1557b7c0b5bbc64749893 Mon Sep 17 00:00:00 2001 From: c727 Date: Mon, 26 Mar 2018 19:22:05 +0200 Subject: [PATCH] Add more info to issue template (#12955) * Update ISSUE_TEMPLATE.md * Minumum supported version is Python 3.5.3 * typo * Feedback * Feedback * Address comments --- .github/ISSUE_TEMPLATE.md | 57 ++++++++++++++++++++++++++++----------- 1 file changed, 42 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c570b548360..e853ce2f1b4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,23 +1,50 @@ -Make sure you are running the latest version of Home Assistant before reporting an issue. + -You should only file an issue if you found a bug. Feature and enhancement requests should go in [the Feature Requests section](https://community.home-assistant.io/c/feature-requests) of our community forum: +**1. Home Assistant version:** + +``` -**Home Assistant release (`hass --version`):** +``` + +**2.a) I run Hass.io or the Docker image**: + +``` + +``` + +**2.b) ...No, I run an installation with this Python version:** + +``` + +``` + +**3. Component/platform:** + -**Python release (`python3 --version`):** +**4. Description of problem:** -**Component/platform:** +**5. Expected:** -**Description of problem:** - - -**Expected:** - - -**Problem-relevant `configuration.yaml` entries and steps to reproduce:** +**6. Problem-relevant `configuration.yaml` entries and steps to reproduce:** ```yaml ``` @@ -26,10 +53,10 @@ You should only file an issue if you found a bug. Feature and enhancement reques 2. 3. -**Traceback (if applicable):** -```bash +**7. Traceback (if applicable):** +``` ``` -**Additional info:** +**8. Additional info:**