From f686ae818b926aca3435f4db37f9464ea65c98e9 Mon Sep 17 00:00:00 2001 From: Marcel Wagner Date: Wed, 20 Nov 2024 09:58:47 +0100 Subject: [PATCH] Add missing windows 11 versions --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 481677ce62..0903ec5a84 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -46,6 +46,8 @@ body: multiple: true options: - "Windows Insider Build (xxxxx)" + - "Windows 11 (24H2): Build 26100" + - "Windows 11 (23H2): Build 22631" - "Windows 11 (22H2): Build 22621" - "Windows 11 (21H2): Build 22000" - "Windows 10 (21H2): Build 19044"