diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index e16262078003..8ff54384ef68 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -42,6 +42,7 @@ body: label: Version with bug description: In what version do you see this issue? Run `dotnet workload list` to find your version. options: + - 10.0.0-rc.2 - 10.0.0-rc.1 - 10.0.0-preview.7 - 10.0.0-preview.6 @@ -50,6 +51,8 @@ body: - 10.0.0-preview.3 - 10.0.0-preview.2 - 10.0.0-preview.1 + - 9.0.110 SR12 + - 9.0.111 SR11.1 - 9.0.110 SR11 - 9.0.100 SR10 - 9.0.90 SR9 @@ -133,6 +136,8 @@ body: - 9.0.90 SR9 - 9.0.100 SR10 - 9.0.110 SR11 + - 9.0.111 SR11.1 + - 9.0.120 SR12 - 10.0.0-preview.1 - 10.0.0-preview.2 - 10.0.0-preview.3 @@ -141,6 +146,7 @@ body: - 10.0.0-preview.6 - 10.0.0-preview.7 - 10.0.0-rc.1 + - 10.0.0-rc.2 validations: required: true - type: dropdown