From af003e44d8d247235c31ec65823b363db24ada5c Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Wed, 6 Nov 2024 09:37:29 +0000 Subject: [PATCH] Add supported architectures to the GitHub issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 686c5b1ee2..13bf7b7330 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -48,10 +48,11 @@ body: multiple: true options: - x86_64 - - ARM - - Other - - 64-bit - - 32-bit + - Arm64/aarch64 + - Arm64EC (Windows) + - x86 (Windows, Android) + - 32 bit Arm (Linux, Android) + - Unsupported validations: required: true - type: textarea