From b599d24658912ee4df66951e1c4e0f5e31de152b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Mon, 12 Feb 2024 16:05:12 +0100 Subject: [PATCH] Update issue template with better links to logs, add CLI instructions (#3169) * Update issue template with better links to logs, add CLI instructions Legacy supervisor_logs target (which is currently kind of broken) replaced with standard logs with provider specified. Added instructions how to get logs in HA CLI. * Apply suggestions from code review Co-authored-by: Stefan Agner --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 81f37541f..8deb55855 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -81,10 +81,10 @@ body: attributes: label: Anything in the Supervisor logs that might be useful for us? description: > - Supervisor Logs can be found in [Settings -> System -> Logs](https://my.home-assistant.io/redirect/logs/) - then choose `Supervisor` in the top right. + Supervisor Logs can be found in [Settings -> System -> Logs](https://my.home-assistant.io/redirect/logs/?provider=supervisor) + then choose `Supervisor` in the top right. Alternatively enter `ha supervisor logs` in the Home Assistant CLI. - [![Open your Home Assistant instance and show your Supervisor system logs.](https://my.home-assistant.io/badges/supervisor_logs.svg)](https://my.home-assistant.io/redirect/supervisor_logs/) + [![Open your Home Assistant instance and show your Supervisor system logs.](https://my.home-assistant.io/badges/supervisor_logs.svg)](https://my.home-assistant.io/redirect/logs/?provider=supervisor) render: txt - type: textarea validations: @@ -92,8 +92,8 @@ body: attributes: label: Anything in the Host logs that might be useful for us? description: > - Host Logs can be found in [Settings -> System -> Logs](https://my.home-assistant.io/redirect/logs/) - then choose `Host` in the top right. + Host Logs can be found in [Settings -> System -> Logs](https://my.home-assistant.io/redirect/logs/?provider=host) + then choose `Host` in the top right. Alternatively enter `ha host logs` in the Home Assistant CLI. render: txt - type: textarea attributes: