From 75cf588655978d5675b3be807dee0218aecf9066 Mon Sep 17 00:00:00 2001 From: wenweihuang Date: Fri, 3 Jan 2025 19:02:59 +0800 Subject: [PATCH 1/2] [INLONG-11635][Release] Add the 2.1.0 version option for the bug report --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 63a895ef68..0d3dd02443 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -76,6 +76,7 @@ body: multiple: false options: - 'master' + - '2.1.0' - '2.0.0' - '1.13.0' - '1.12.0' From f4a7e4a642284e8d1a4f44b457f17d147330e24a Mon Sep 17 00:00:00 2001 From: wenweihuang Date: Mon, 6 Jan 2025 09:57:51 +0800 Subject: [PATCH 2/2] [INLONG-11635][Release] Delete the versions before 2.0.0 --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 0d3dd02443..b78aa6b3c2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -78,10 +78,6 @@ body: - 'master' - '2.1.0' - '2.0.0' - - '1.13.0' - - '1.12.0' - - '1.11.0' - - '1.10.0' validations: required: true