Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ body:
- label: Windows 10 21H2 (Build 19044)
- label: Windows 10 22H2 (Build 19045)
- label: Windows 11 21H2 (Build 22000)
- label: Windows 11 22H2 (Build 22621)
- label: Windows 11 23H2 (Build 22631)
- label: Windows 11 24H2 (Build 26100)
- label: Windows 11 25H2 (Build 26200)
- label: Windows 11 26H1 (Build 28000)
- label: Other (specify)
- type: input
id: environment-windows-build-other-build-number
Expand All @@ -96,6 +101,9 @@ body:
- label: Windows 10, version 2004 (Build 19041)
- label: Windows 10, version 2104 (Build 20348)
- label: Windows 11, version 22H2 (Build 22000)
- label: Windows 11, version 24H2 (Build 26100)
- label: Windows 11, version 25H2 (Build 26200)
- label: Windows 11, version 26H1 (Build 28000)
- label: Other (specify)
- type: input
id: environment-app-min-target-other-build-number
Expand All @@ -110,7 +118,8 @@ body:
description: Check one or more of the following options
options:
- 2022
- Preview
- 2026
- Insiders
- type: input
id: visual-studio-exact-build
attributes:
Expand Down
Loading