From e9103f5d61d548359f123bca7c142e886f67565f Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Tue, 28 Nov 2023 16:29:48 +0800 Subject: [PATCH] pr template: add the option for v7.6 (#15504) --- .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 faca52ad053bc..1928b17501bc2 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) +- [ ] v7.6 (TiDB 7.6 versions) - [ ] v7.5 (TiDB 7.5 versions) - [ ] v7.4 (TiDB 7.4 versions) - [ ] v7.3 (TiDB 7.3 versions)