From db5ac675549634808d63a5dde44462d8eeb39738 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Tue, 5 Nov 2024 18:06:16 +0800 Subject: [PATCH] pull_request_template: add the option for v8.5 (#19008) --- .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 205d662a940b..74bdf5437450 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,6 +19,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 (in Chinese)](https://github.com/pingcap/docs-cn/blob/master/CONTRIBUTING.md#版本选择指南). - [ ] master (the latest development version) +- [ ] v8.5 (TiDB 8.5 versions) - [ ] v8.4 (TiDB 8.4 versions) - [ ] v8.3 (TiDB 8.3 versions) - [ ] v8.2 (TiDB 8.2 versions)