From abd35b62c896500e6f8703630040593457fe9be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Fri, 30 Oct 2020 17:11:51 +0100 Subject: [PATCH] Update issue template (#2199) --- .github/ISSUE_TEMPLATE.md | 28 ------------------ .github/ISSUE_TEMPLATE/BUG_REPORT.md | 43 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 21 ++++++++++++++ 3 files changed, 64 insertions(+), 28 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index b0aefdbe4..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,28 +0,0 @@ - - -**Home Assistant release with the issue:** - - -**Operating environment (HassOS/Generic):** - - -**Supervisor logs:** - - - -**Description of problem:** diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 000000000..a9834ea17 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,43 @@ + + +### Describe the issue + + + +### Steps to reproduce + + + +1. ... +2. ... +3. ... + +### Enviroment details + + + +- **Operating System:**: xxx +- **Supervisor version:**: xxx +- **Home Assistant version**: xxx + +### Supervisor logs + +
+Supervisor logs + + +``` +Paste supervisor logs here + +``` + +
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..a1a000f8d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,21 @@ +blank_issues_enabled: false +contact_links: + - name: Report a bug for the Supervisor panel + url: https://github.com/home-assistant/frontend/issues + about: The Supervisor panel is a part of the Home Assistant frontend + + - name: Report incorrect or missing information on our developer documentation + url: https://github.com/home-assistant/developers.home-assistant.io/issues + about: Our documentation has its own issue tracker. Please report issues with the website there. + + - name: Request a feature for the Supervisor + url: https://community.home-assistant.io/c/feature-requests + about: Request an new feature for the Supervisor. + + - name: I have a question or need support + url: https://www.home-assistant.io/help + about: We use GitHub for tracking bugs, check our website for resources on getting help. + + - name: I'm unsure where to go? + url: https://www.home-assistant.io/join-chat + about: If you are unsure where to go, then joining our chat is recommended; Just ask!