From ed023dcbb9a8e174cc3e16d4a29a65b2f189abb6 Mon Sep 17 00:00:00 2001 From: Mr-Dave Date: Thu, 13 Feb 2025 10:35:28 -0700 Subject: [PATCH] Revise version numbers in issue template --- .github/ISSUE_TEMPLATE/issue.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 16db7605..b7d9d8ad 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -22,12 +22,17 @@ body: label: What is the base version number of Motion being used? multiple: false options: - - 0.0.x - - 0.1.x - - 0.2.x - - 0.3.x - - 0.4.x - - 0.5.x + - 4.0.x + - 4.1.x + - 4.2.x + - 4.3.x + - 4.4.x + - 4.5.x + - 4.6.x + - 4.7.x + - 5.0.x + - 5.1.x + - 5.2.x validations: required: true - type: dropdown