Skip to content

Commit

Permalink
Improvements to the issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Aug 9, 2023
1 parent 0a843a4 commit b35d46f
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -37,28 +37,22 @@ 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! πŸ“Έ
- type: textarea
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

0 comments on commit b35d46f

Please sign in to comment.