From 1e19e26ef32aea3f683114dbeed3d82028e91d71 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 23 Jun 2025 13:00:55 +0200 Subject: [PATCH] Update request feature link (#5968) Feature requests are now collected using the org wide GitHub Community. Update the link accordingly. While at it, also remove the unused ISSUE_TEMPLATE.md and align the title to create issues with what is used in Home Assistant Core's template. --- .github/ISSUE_TEMPLATE.md | 69 --------------------------- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- 3 files changed, 2 insertions(+), 71 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 15b90ee4b..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -name: Report a bug with the Supervisor on a supported System -about: Report an issue related to the Home Assistant Supervisor. -labels: bug ---- - - - - - -### 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 - -``` - -
- -### System Information - -
-System Information - - -``` -Paste system info here - -``` - -
- diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c7ced032d..5aac9a5d8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: Bug Report Form +name: Report an issue with Home Assistant Supervisor description: Report an issue related to the Home Assistant Supervisor. body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f007de3f2..da9c92e5c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -13,7 +13,7 @@ contact_links: 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 + url: https://github.com/orgs/home-assistant/discussions about: Request an new feature for the Supervisor. - name: I have a question or need support