From 86cee444bef552e1633fd5bb8029111f1d0365bc Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 18 Jul 2022 13:45:52 +0200 Subject: [PATCH] Allow to select generic-aarch64 and yellow in issue template (#2023) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c31c15c76..633ede124 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -25,6 +25,7 @@ body: label: What operating system image do you use? options: - generic-x86-64 (Generic UEFI capable x86-64 systems) + - generic-aarch64 (Generic UEFI capable aarch64 systems) - khadas-vim3 (Khadas VIM3) - odroid-c2 (Hardkernel ODROID-C2) - odroid-c4 (Hardkernel ODROID-C4) @@ -37,6 +38,7 @@ body: - rpi4 (Raspberry Pi 4/400 32-bit OS) - rpi4-64 (Raspberry Pi 4/400 64-bit OS) - tinker (ASUS Tinker Board/Tinker Board S) + - yellow (Home Assistant Yellow) description: > Can be found in the [Configuration panel -> Settings -> Info](https://my.home-assistant.io/redirect/info/). It is listed as the `Board` value.