From dd55de4429a4276a94fa68b16136c0437b583e0f Mon Sep 17 00:00:00 2001 From: Jay Chung Date: Sun, 4 Jun 2023 17:12:40 +0800 Subject: [PATCH] chore: Remove EOL issue version and add prepare one (#14270) * due to we release the last version of 2.0.x and 3.0.x, we do not accept bug report for them now. * Add new version 3.2.0-prepare for testing the incoming verison 3.2.0-prepare --- .github/ISSUE_TEMPLATE/bug-report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c81c526850..259f0022e5 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -100,8 +100,7 @@ body: options: - dev - 3.1.x - - 3.0.x - - 2.0.x + - 3.2.0-prepare validations: required: true