Add version 11.0.0-preview2/10.0.50 to bug report template#34412
Add version 11.0.0-preview2/10.0.50 to bug report template#34412
Conversation
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 34412Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 34412" |
There was a problem hiding this comment.
Pull request overview
Updates the GitHub bug report issue template to include newer .NET MAUI version options so reporters can accurately select the version(s) they’re using.
Changes:
- Add
11.0.0-preview2to the “Version with bug” dropdown. - Add
10.0.50to both relevant version dropdowns. - Add
11.0.0-preview.2to the “Last version that worked well” dropdown.
You can also share your feedback on Copilot code review. Take the survey.
| 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 |
There was a problem hiding this comment.
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.
| - 11.0.0-preview2 | |
| - 11.0.0-preview.2 |
| - 11.0.0-preview.1 | ||
| - 11.0.0-preview.2 |
There was a problem hiding this comment.
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.
|
No description provided.