Add note for unsupported system (#2353)

This commit is contained in:
Pascal Vizeli 2020-12-07 11:00:27 +01:00 committed by GitHub
parent 631ff8caef
commit 1ac0fd4c10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
---
name: Report a bug with the Supervisor
name: Report a bug with the Supervisor on a supported System
about: Report an issue related to the Home Assistant Supervisor.
labels: bug
---
@ -11,6 +11,10 @@ labels: bug
- If you have a problem with an add-on, make an issue in it's repository.
-->
<!--
Important: You can only fill a bug repport for an supported system! If you run an unsupported installation. This report would be closed without comment.
-->
### Describe the issue
<!-- Provide as many details as possible. -->
@ -47,3 +51,19 @@ Paste supervisor logs here
```
</details>
### System Information
<details>
<summary>System Information</summary>
<!--
- Use this command: ha info
-->
```
Paste system info here
```
</details>