From ff21f9b212cea2191b959649e45e52486c8465aa Mon Sep 17 00:00:00 2001 From: "Marcel W." Date: Wed, 20 Nov 2024 15:42:12 +0100 Subject: [PATCH] Add missing windows 11 versions (#10187) Co-authored-by: Marcel Wagner --- .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"