From b35d46f2cc43c891a7bf8567c4a85531162fd432 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 9 Aug 2023 23:04:21 +0200 Subject: [PATCH] Improvements to the issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b4d85d41..87e68524 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,23 +6,23 @@ body: value: | ### ✋ **This is a bug tracker is for reporting issues only!** - If you have a feature, enhancement request, support questions, - or anything else, please use the - [our discussion forum instead](https://github.com/frenck/spook/discussions). + If you have a feature, enhancement request, support questions, or anything else, please use the [our discussion forum instead](https://github.com/frenck/spook/discussions). --- **Thanks for wanting to report an issue you've found in Spook! 👻** Could you please make sure your issue wasn't reported already? - If it was, please add a 👍 reaction to the existing issue instead of - creating a new one. Also, check the closed issues to see if your issue - has been fixed already (but maybe not released yet). + + If it was, please add a 👍 reaction to the existing issue instead of creating a new one. + Also, check the closed issues to see if your issue has been fixed already (but maybe not released yet). Thanks for taking the time to contribute to Spook! 🙌 ../Frenck + --- + - type: input id: version validations: @@ -37,21 +37,16 @@ body: attributes: label: What version of Home Assistant are you using? description: > - Can be found in: [Settings ⇒ System ⇒ Repairs ⇒ Three Dots in Upper Right ⇒ System information](https://my.home-assistant.io/redirect/system_health/). - - [![Open your Home Assistant instance and show the system information.](https://my.home-assistant.io/badges/system_health.svg)](https://my.home-assistant.io/redirect/system_health/) - + Can be found in: [**Settings** > **About**](https://my.home-assistant.io/redirect/info/). - type: textarea validations: required: true attributes: label: The problem description: >- - Describe the issue you are experiencing here. Tell us what you were - trying to do step by step, and what happened that you did not expect. + Describe the issue you are experiencing here. Tell us what you were trying to do step by step, and what happened that you did not expect. - Provide a clear and concise description of what the problem is and - include as many details as possible. + Provide a clear and concise description of what the problem is and include as many details as possible. Tip: You can paste screenshot in this field too! 📸 @@ -59,6 +54,5 @@ body: attributes: label: Anything in the logs? Paste it here! description: | - Be sure to check your Home Assistant logs for anything that might be - related and helpful to include. Paste them here! + Be sure to check your [Home Assistant logs](https://my.home-assistant.io/redirect/logs/) for anything that might be related and helpful to include. Paste them here! render: plain text