diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 770a489..0f21c3b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -40,10 +40,7 @@ Error messages from the browser console: **By putting an X in the boxes ([ ]) below, I indicate that I:** -[ ] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/). - -[ ] Have made sure I am using the latest version of the plugin. - -[ ] Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins. - -[ ] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action. +- [ ] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/). +- [ ] Have made sure I am using the latest version of the plugin. +- [ ] Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins. +- [ ] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action. diff --git a/README.md b/README.md index 992b696..4e09d28 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Install `fold-entity-row.js` as a `module`. ```yaml resources: - url: /local/fold-entity-row.js - type: module + - url: /local/fold-entity-row.js + type: module ``` ## Usage