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
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new option 11.0.0-preview2 is inconsistent with the existing 11.0.0-preview.1 (and with the later dropdown that uses 11.0.0-preview.2). This likely should be 11.0.0-preview.2 to match the actual .NET/MAUI version naming and keep the template consistent.

Suggested change
- 11.0.0-preview2
- 11.0.0-preview.2

Copilot uses AI. Check for mistakes.
- 11.0.0-preview.1
- 10.0.50
- 10.0.40
- 10.0.30
- 10.0.20
Expand Down Expand Up @@ -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
Comment on lines +168 to +169
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This option has trailing whitespace at the end of the line, which is easy to miss in reviews and can create noisy diffs later. Please remove the extra spaces so the entry is exactly 11.0.0-preview.1.

Copilot uses AI. Check for mistakes.
validations:
required: true
- type: dropdown
Expand Down
Loading