From b27ef85011d105368fd3d1f7cb06433ae88a03e7 Mon Sep 17 00:00:00 2001 From: Shane Neuville <5375137+PureWeen@users.noreply.github.com> Date: Tue, 10 Mar 2026 16:54:34 -0500 Subject: [PATCH] Add version 11.0.0-preview2 to bug report template --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index cfd57a994eaf..404f109e00e5 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -42,7 +42,9 @@ body: label: Version with bug description: In what version do you see this issue? Run `dotnet workload list` to find your version. options: + - 11.0.0-preview2 - 11.0.0-preview.1 + - 10.0.50 - 10.0.40 - 10.0.30 - 10.0.20 @@ -162,7 +164,9 @@ body: - 10.0.20 - 10.0.30 - 10.0.40 - - 11.0.0-preview.1 + - 10.0.50 + - 11.0.0-preview.1 + - 11.0.0-preview.2 validations: required: true - type: dropdown