From c5636525748c5602d0dcc53dced91e5da7da3559 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 23 Jan 2020 11:55:29 +0100 Subject: [PATCH] Cleanup of PR and issue templates (#31070) * Remove old issue template * Small wording improvement * Consistency * Configuration fix * Process review suggestions --- .github/ISSUE_TEMPLATE.md | 48 ---------------------------- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 28 ++++++++-------- .github/ISSUE_TEMPLATE/config.yml | 4 +-- 3 files changed, 16 insertions(+), 64 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index f68fbbc800c..00000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,48 +0,0 @@ - - -**Home Assistant release with the issue:** - - - -**Last working Home Assistant release (if known):** - - -**Operating environment (Hass.io/Docker/Windows/etc.):** - - -**Integration:** - - - -**Description of problem:** - - - -**Problem-relevant `configuration.yaml` entries and (fill out even if it seems unimportant):** -```yaml - -``` - -**Traceback (if applicable):** -``` - -``` - -**Additional information:** - diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 34c023c4410..977abc6ef6b 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -3,24 +3,24 @@ name: Report a bug with Home Assistant about: Report an issue with Home Assistant --- ## The problem ## Environment - Home Assistant release with the issue: @@ -31,9 +31,9 @@ DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed w ## Problem-relevant `configuration.yaml` ```yaml @@ -42,7 +42,7 @@ DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed w ## Traceback/Error logs ```txt diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index de21025840d..5b0b8c46e96 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,9 +2,9 @@ blank_issues_enabled: false contact_links: - name: Report a bug with the UI, Frontend or Lovelace url: https://github.com/home-assistant/home-assistant-polymer/issues - about: This is the issue tracker for our backed. Please report issues with the UI in the frontend repository. + about: This is the issue tracker for our backend. Please report issues with the UI in the frontend repository. - name: Report incorrect or missing information on our website - urls: https://github.com/home-assistant/home-assistant.io/issues + url: https://github.com/home-assistant/home-assistant.io/issues about: Our documentation has its own issue tracker. Please report issues with the website there. - name: I have a question or need support url: https://www.home-assistant.io/help