diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 394c66ff77..458edda4b6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -70,13 +70,16 @@ body: label: Version of SkiaSharp description: What version of SkiaSharp are you using? options: - - 3.x-preview.4 (Current Preview) - - 3.x-preview.3 (Previous Preview) + - 3.118.0-preview.1 (Next Preview) + - 3.116.0-preview.6 (Current Preview) + - 3.x-preview.5 (Deprecated) + - 3.x-preview.4 (Deprecated) + - 3.x-preview.3 (Deprecated) - 3.x-preview.2 (Deprecated) - 3.x-preview.1 (Deprecated) - - 2.88.9-preview.1 (Preview) - - 2.88.8 (Current) - - 2.88.7 (Previous) + - 2.88.9 (Current) + - 2.88.8 (Previous) + - 2.88.7 (Deprecated) - 2.88.6 (Deprecated) - 2.88.5 (Deprecated) - 2.88.4 (Deprecated) @@ -96,10 +99,13 @@ body: label: Last Known Good Version of SkiaSharp description: What version of SkiaSharp still did what you expected? options: - - 3.x-preview.3 (Previous Preview) + - 3.x-preview.5 (Previous Preview) + - 3.x-preview.4 (Deprecated) + - 3.x-preview.3 (Deprecated) - 3.x-preview.2 (Deprecated) - 3.x-preview.1 (Deprecated) - - 2.88.7 (Previous) + - 2.88.8 (Previous) + - 2.88.7 (Deprecated) - 2.88.6 (Deprecated) - 2.88.5 (Deprecated) - 2.88.4 (Deprecated)