diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 0000000..c6e2e92 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,50 @@ +--- +name: Report a bug with one of the add-ons +about: Report an issue with one of the add-ons in this repository +--- + +## The problem + + + +## Environment + + +- Add-on with the issue: +- Add-on release with the issue: +- Last working add-on release (if known): +- Operating environment (OS/Supervised): + +## Problem-relevant configuration + + +```yaml + +``` + +## Traceback/Error logs + + +```txt + +``` + +## Additional information diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3fb99d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,20 @@ +blank_issues_enabled: false +contact_links: + - name: Report a bug with the UI, Frontend or Lovelace + url: https://github.com/home-assistant/frontend/issues + about: This is the issue tracker for our backend. Please report issues with the UI in the frontend repository. + - name: Report a bug with Home Assistant + url: https://github.com/home-assistant/core/issues + about: This is the issue tracker for our add-ons. Please report issues with the core software in the core repository. + - name: Report incorrect or missing information on our website + url: https://github.com/home-assistant/home-assistant.io/issues + about: Our documentation has its own issue tracker. Please report issues with the website there. + - name: I have a question or need support + url: https://www.home-assistant.io/help + about: We use GitHub for tracking bugs, check our website for resources on getting help. + - name: Feature Request + url: https://community.home-assistant.io/c/feature-requests + about: Please use our Community Forum for making feature requests. + - name: I'm unsure where to go + url: https://www.home-assistant.io/join-chat + about: If you are unsure where to go, then joining our chat is recommended; Just ask! \ No newline at end of file