Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add full list of MAUI versions to bug-report issue template #15120

Merged
merged 2 commits into from
May 17, 2023
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
38 changes: 22 additions & 16 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,17 @@ body:
label: Version with bug
description: In what version do you see this issue? Run `dotnet workload list` to find your version.
options:
- 6.0.312
- 6.0.400
- 6.0.408
- 6.0.419
- 6.0.424
- 6.0.486
- 7.0 (current)
- 8.0 previews
- Unknown/Other (please specify)
- 7.0.49
- 7.0.52
- 7.0.58
- 7.0.59
- 7.0.81
- 7.0.86
- 8.0.0-preview.1.7762
- 8.0.0-preview.2.7871
- 8.0.0-preview.3.8149
- 8.0.0-preview.4.8333
- Unknown/Other
validations:
required: true
- type: dropdown
Expand All @@ -61,13 +63,17 @@ body:
label: Last version that worked well
description: Is there a version on which this _did_ work? If yes, which one? If no or unknown, please select `Unknown/Other`. Run `dotnet workload list` to find your version.
options:
- 6.0.312
- 6.0.400
- 6.0.408
- 6.0.419
- 6.0.424
- 7.0 (current)
- 8.0 previews
- 6.0
- 7.0.49
- 7.0.52
- 7.0.58
- 7.0.59
- 7.0.81
- 7.0.86
- 8.0.0-preview.1.7762
- 8.0.0-preview.2.7871
- 8.0.0-preview.3.8149
- 8.0.0-preview.4.8333
- Unknown/Other
validations:
required: true
Expand Down