Skip to content

Commit 68aa9e9

Browse files
authored
[Housekeeping] Remove checkboxes from bug template (#16650)
I did not realize that they would be editable tasks on the issue. Replaced with a dropdown. Also reordered the versions to be the most likely default options to speed up the reporting process.
1 parent e8e3b4f commit 68aa9e9

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,37 +44,43 @@ body:
4444
label: Version with bug
4545
description: In what version do you see this issue? Run `dotnet workload list` to find your version.
4646
options:
47+
- 7.0.92
48+
- 7.0.86
49+
- 7.0.81
50+
- 7.0.59
4751
- 7.0.49
4852
- 7.0.52
4953
- 7.0.58
50-
- 7.0.59
51-
- 7.0.81
52-
- 7.0.86
53-
- 7.0.92
54-
- 8.0.0-preview.1.7762
55-
- 8.0.0-preview.2.7871
56-
- 8.0.0-preview.3.8149
57-
- 8.0.0-preview.4.8333
58-
- 8.0.0-preview.5.8529
59-
- 8.0.0-preview.6.8686
6054
- 8.0.0-preview.7.8842
55+
- 8.0.0-preview.6.8686
56+
- 8.0.0-preview.5.8529
57+
- 8.0.0-preview.4.8333
58+
- 8.0.0-preview.3.8149
59+
- 8.0.0-preview.2.7871
60+
- 8.0.0-preview.1.7762
6161
- Unknown/Other
6262
validations:
6363
required: true
64-
- type: checkboxes
64+
- type: dropdown
6565
id: is-regression
6666
attributes:
67-
label: Is this a regression from previous behavior? In other words, did this work before an update and now does not?
67+
label: Is this a regression from previous behavior?
68+
description: In other words, did this work before an update or migration and now does not?
69+
multiple: true
6870
options:
69-
- label: Yes, this used to work
70-
- label: No, this is something new
71-
- label: Not sure, did not test other versions
71+
- Yes, this used to work in .NET MAUI
72+
- Yes, this used to work in Xamarin.Forms
73+
- No, this is something new
74+
- Not sure, did not test other versions
75+
validations:
76+
required: true
7277
- type: dropdown
7378
id: version-that-worked
7479
attributes:
7580
label: Last version that worked well
7681
description: If you answered yes, there a version on which this _did_ work, which one? If no or unknown, please select `Unknown/Other`. Run `dotnet workload list` to find your version.
7782
options:
83+
- Unknown/Other
7884
- 6.0
7985
- 7.0.49
8086
- 7.0.52
@@ -90,7 +96,6 @@ body:
9096
- 8.0.0-preview.5.8529
9197
- 8.0.0-preview.6.8686
9298
- 8.0.0-preview.7.8842
93-
- Unknown/Other
9499
validations:
95100
required: true
96101
- type: dropdown

0 commit comments

Comments
 (0)