Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions .github/ISSUE_TEMPLATE/issue.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Report a bug / issue
description: Report an issue with the integration
description: Report an issue with the integration - please check issues to see if your issue has already been reported before creating a new one.
labels: ["bug"]
body:
- type: markdown
Expand Down Expand Up @@ -41,7 +41,7 @@ body:
validations:
required: true
attributes:
label: What version of the Landroid Cloud integration do you have installed
label: What version of the Vector integration do you have installed
- type: dropdown
validations:
required: true
Expand All @@ -56,12 +56,6 @@ body:
- Home Assistant Container
- Home Assistant Supervised
- Home Assistant Core
- type: input
validations:
required: true
attributes:
label: Which make and model is the mower used for this integration?
placeholder: Worx WRxyz or Landroid M500
- type: markdown
attributes:
value: |
Expand All @@ -75,7 +69,7 @@ body:
description: >-
This integrations provide the ability to [download diagnostic data](https://www.home-assistant.io/docs/configuration/troubleshooting/#debug-logs-and-diagnostics).

**It would really help if you could download the diagnostics data for the device you are having issues with,
**It would really help if you could download the diagnostics data for the robot you are having issues with,
and <ins>drag-and-drop that file into the textbox below.</ins>**

It generally allows pinpointing defects and thus resolving issues faster.
Expand All @@ -87,7 +81,7 @@ body:
attributes:
label: Relevant log entries
description: >-
Anything from home-assistant.log that has any direct relevance for this issue
Anything from the Home Assistant log that has any direct relevance for this issue

If you are unable to provide any relevant log entries, please write **None** in this field.
render: txt
Expand Down
Loading