Skip to content

Commit 17f4baf

Browse files
authored
Add RC2 and SR12 to bug templates (#32006)
1 parent 1240586 commit 17f4baf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ body:
4242
label: Version with bug
4343
description: In what version do you see this issue? Run `dotnet workload list` to find your version.
4444
options:
45+
- 10.0.0-rc.2
4546
- 10.0.0-rc.1
4647
- 10.0.0-preview.7
4748
- 10.0.0-preview.6
@@ -50,6 +51,8 @@ body:
5051
- 10.0.0-preview.3
5152
- 10.0.0-preview.2
5253
- 10.0.0-preview.1
54+
- 9.0.110 SR12
55+
- 9.0.111 SR11.1
5356
- 9.0.110 SR11
5457
- 9.0.100 SR10
5558
- 9.0.90 SR9
@@ -133,6 +136,8 @@ body:
133136
- 9.0.90 SR9
134137
- 9.0.100 SR10
135138
- 9.0.110 SR11
139+
- 9.0.111 SR11.1
140+
- 9.0.120 SR12
136141
- 10.0.0-preview.1
137142
- 10.0.0-preview.2
138143
- 10.0.0-preview.3
@@ -141,6 +146,7 @@ body:
141146
- 10.0.0-preview.6
142147
- 10.0.0-preview.7
143148
- 10.0.0-rc.1
149+
- 10.0.0-rc.2
144150
validations:
145151
required: true
146152
- type: dropdown

0 commit comments

Comments
 (0)