From 1a5a8ca3524ad44be9b81ec897ab484d1c524833 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Tue, 14 Mar 2023 16:02:04 +0000 Subject: [PATCH] Update versions in bug template --- .github/ISSUE_TEMPLATE/bug-report.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index a24ac69..45cd09f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -56,12 +56,13 @@ body: id: version attributes: label: Version - description: What version of PowerTools are you using? This is the version beside `powertools-rs` near the bottom of the plugin's UI. + description: What version of PowerTools are you using? This is the version beside `Native` near the bottom of the plugin's UI. options: - _ - - 1.1.0 (Latest stable) - - 1.0.X (Out of date) - - 0.7.X (Very out of date) + - 1.2.0 (Latest stable) + - 1.1.0 (Out of date) + - 1.0.X (Very out of date) + - Alpha/Beta/RC version - Not listed validations: required: true