From 4a3660c1a252d429248971634d24f90132142064 Mon Sep 17 00:00:00 2001 From: yikeke Date: Sat, 22 Feb 2020 16:06:16 +0800 Subject: [PATCH 1/3] .github: update pr template --- .github/pull_request_template.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6bf0093dfdd1..0e3a929d1156 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,19 +12,10 @@ - [ ] This PR is to align with: - [ ] N/A (not applicable) -### Which TiDB version(s) does your changes apply to? +**Important Notice:** - +**If your changes apply to multiple TiDB documentation versions**, to trigger the bot to cherry-pick this PR to other release branches, make sure you add labels such as: -- [ ] All active versions: dev, v3.0, v2.1, v3.1 -- [ ] dev (the latest development version) -- [ ] v3.0 (TiDB 3.0 versions) -- [ ] v2.1 (TiDB 2.1 versions) -- [ ] v3.1 (TiDB 3.1 versions) -- [ ] v4.0 (TiDB 4.0 versions) -- [ ] All active and inactive versions -- [ ] N/A (not applicable) - -**Note:** If your changes apply to multiple TiDB versions, make sure you update the documents in the **corresponding** version folders such as "dev", "v3.0", "v2.1" and "v3.1" in this PR. - -- [ ] Updated one version first. Will update other versions after I get two LGTMs. +- **needs-cherry-pick-3.0** +- **needs-cherry-pick-3.1** +- **needs-cherry-pick-2.1** From 427819ca0c1b952dd42ccdfff5d10a327f30d9ee Mon Sep 17 00:00:00 2001 From: yikeke Date: Sat, 22 Feb 2020 16:08:05 +0800 Subject: [PATCH 2/3] Update pull_request_template.md --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0e3a929d1156..0dd56a1ee434 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,8 +8,8 @@ -- [ ] Reference link(s): -- [ ] This PR is to align with: +- Reference link(s): +- This PR is to align with: - [ ] N/A (not applicable) **Important Notice:** From d5abbfd92e95d5a7f81d89fd7376f77ca6d33426 Mon Sep 17 00:00:00 2001 From: Keke Yi <40977455+yikeke@users.noreply.github.com> Date: Mon, 24 Feb 2020 11:40:37 +0800 Subject: [PATCH 3/3] Update .github/pull_request_template.md Co-Authored-By: Lilian Lee --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0dd56a1ee434..96af0c910790 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,4 +18,3 @@ - **needs-cherry-pick-3.0** - **needs-cherry-pick-3.1** -- **needs-cherry-pick-2.1**