diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c3e1d702cae3..3b1147a33b8e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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 @@ -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