diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 71a4aa67c..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,55 +0,0 @@ - - -**Hardware Environment** - -- [ ] Raspberry Pi [1/2/3/4] -- [ ] ODROID [C2/C4/N2(+)/XU4] -- [ ] ASUS Tinker [S] -- [ ] Generic x86-64 (like Intel NUC) -- [ ] OVA (Open Virtualization Appliance, on Intel NUC or any other hardware, please add the Hypervisor you are using) -- [ ] Khadas VIM3 - -**Home Assistant OS release:** -- [ ] Fresh installation of release x.y -- [ ] Updated from version x.y -- Additional information (if accessible): - - -**Supervisor logs:** - - -**Journal logs:** - - -**Kernel logs:** - - -**Description of problem:** - diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..63a6b5564 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,105 @@ +name: Bug Report Form +description: Report an issue related to the Home Assistant Operating System. +labels: bug +body: + - type: markdown + attributes: + value: | + Make sure to test with the last version of the Operating System before reporting a bug. + If the bug appears to be a regression, make sure to check if the bug indeed disappears + from the previous version. Use `ha os update --version x.y` command to downgrade. + - type: textarea + validations: + required: true + attributes: + label: Describe the issue you are experiencing + description: Provide a clear and concise description of what the bug is. + - type: markdown + attributes: + value: | + ## Environment + - type: dropdown + validations: + required: true + attributes: + label: What operating system image do you use? + options: + - generic-x86-64 (Generic UEFI capable x86-64 systems) + - khadas-vim3 (Khadas VIM3) + - odroid-c2 (Hardkernel ODROID-C2) + - odroid-c4 (Hardkernel ODROID-C4) + - odroid-n2 (Hardkernel ODROID-N2/N2+) + - odroid-xu4 (Hardkernel ODROID-XU4) + - ova (for Virtual Machines) + - rpi2 (Raspberry Pi 2) + - rpi3 (Raspberry Pi 3 32-bit OS) + - rpi3-64 (Raspberry Pi 3 64-bit OS) + - rpi4 (Raspberry Pi 4/400 32-bit OS) + - rpi4-64 (Raspberry Pi 4/400 64-bit OS) + - tinker (ASUS Tinker Board/Tinker Board S) + description: > + Can be found in the [Configuration panel -> Info](https://my.home-assistant.io/redirect/info/). It is listed as the `Board` value. + + [![Open your Home Assistant instance and show your Home Assistant version information.](https://my.home-assistant.io/badges/info.svg)](https://my.home-assistant.io/redirect/info/) + - type: input + validations: + required: true + attributes: + label: What version of Home Assistant Operating System is installed? + placeholder: "6.6" + description: > + Can be found in the [Configuration panel -> Info](https://my.home-assistant.io/redirect/info/). It is listed as the `Host Operating System` value. + - type: dropdown + validations: + required: true + attributes: + label: Did you upgrade the Operating System. + options: + - "Yes" + - "No" + - type: textarea + validations: + required: true + attributes: + label: Steps to reproduce the issue + description: | + Please tell us exactly how to reproduce your issue. + Provide clear and concise step by step instructions and add code snippets if needed. + value: | + 1. + 2. + 3. + ... + - type: textarea + validations: + required: true + attributes: + label: Anything in the Supervisor logs that might be useful for us? + description: > + Supervisor Logs can be found under [Supervisor -> System](https://my.home-assistant.io/redirect/supervisor_logs/), then choose Log Provider `Supervisor`. + + [![Open your Home Assistant instance and show your Supervisor system logs.](https://my.home-assistant.io/badges/supervisor_logs.svg)](https://my.home-assistant.io/redirect/supervisor_logs/) + render: txt + - type: textarea + validations: + required: true + attributes: + label: Anything in the Host logs that might be useful for us? + description: > + Supervisor Logs can be found under [Supervisor -> System](https://my.home-assistant.io/redirect/supervisor_logs/), then choose Log Provider `Host`. + render: txt + - type: textarea + attributes: + label: System Health information + description: > + **Optional** Copy the full System Health in this text area. + + Can be found in the [Configuration panel -> Info](https://my.home-assistant.io/redirect/info/). + Use the copy icon on top right and choose `For GitHub`. + - type: textarea + attributes: + label: Additional information + description: > + **Optional** If you have any additional information for us, use the field below. + Please note, you can attach screenshots or screen recordings here, by + dragging and dropping files in the field below. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..9ef7c4c21 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,21 @@ +blank_issues_enabled: false +contact_links: + - name: Report incorrect or missing information on our documentation + 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: Report incorrect or missing information on our developer documentation + url: https://github.com/home-assistant/developers.home-assistant.io/issues + about: Our developer documentation has its own issue tracker. Please report issues with the website there. + + - name: Request a feature for the Operating System + url: https://community.home-assistant.io/c/feature-requests + about: Request an new feature for the Operating System. + + - 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: 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!