From d4be1bd5437d600ef1d07f3e28d53aa856a99a6d Mon Sep 17 00:00:00 2001 From: Aolin Date: Thu, 22 Aug 2024 16:52:43 +0800 Subject: [PATCH] pull_request_template: add v8.4 (#18671) --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 473c2344878c9..0478a616ac2d2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -24,6 +24,7 @@ By default, **CHOOSE MASTER ONLY** so your changes will be applied to the next T For details, see [tips for choosing the affected versions](https://github.com/pingcap/docs/blob/master/CONTRIBUTING.md#guideline-for-choosing-the-affected-versions). - [ ] master (the latest development version) +- [ ] v8.4 (TiDB 8.4 versions) - [ ] v8.3 (TiDB 8.3 versions) - [ ] v8.2 (TiDB 8.2 versions) - [ ] v8.1 (TiDB 8.1 versions)