From a049c9aaf76377b000c6a30a597a62fe44002216 Mon Sep 17 00:00:00 2001 From: Keke Yi <40977455+yikeke@users.noreply.github.com> Date: Tue, 3 Mar 2020 22:23:32 +0800 Subject: [PATCH 1/2] cherry pick #2349 to release-3.1 Signed-off-by: sre-bot --- .github/pull_request_template.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 33515c639c9c..bc60fbb4c447 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,20 +1,28 @@ -### What is changed, added or deleted? +### What is changed, added or deleted? (Required) -### What is the related PR or file link(s)? +### Which TiDB version(s) do your changes apply to? (Required) - + + +- [ ] master (the latest development version, including v4.0 changes for now) +- [ ] v3.1 (TiDB 3.1 versions) +- [ ] v3.0 (TiDB 3.0 versions) +- [ ] v2.1 (TiDB 2.1 versions) -- Reference link(s): -- This PR is to align with: -- [ ] N/A (not applicable) +**If you select two or more versions from above**, to trigger the bot to cherry-pick this PR to your desired release version branch(es), you **must** add corresponding labels such as **needs-cherry-pick-3.1**, **needs-cherry-pick-3.0**, and **needs-cherry-pick-2.1**. -**Important Notice:** +### What is the related PR or file link(s)? -**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: + +<<<<<<< HEAD - **needs-cherry-pick-3.0** - **needs-cherry-pick-2.1** +======= +- This PR is translated from: +- Other reference link(s): +>>>>>>> 9a360fb... .github: update pull request template (#2349) From 542661d98c4408d28f5b6e31ebe33464aba7f496 Mon Sep 17 00:00:00 2001 From: Keke Yi <40977455+yikeke@users.noreply.github.com> Date: Tue, 3 Mar 2020 22:27:57 +0800 Subject: [PATCH 2/2] Update pull_request_template.md --- .github/pull_request_template.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bc60fbb4c447..abc6eb925e3a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,10 +19,5 @@ -<<<<<<< HEAD -- **needs-cherry-pick-3.0** -- **needs-cherry-pick-2.1** -======= - This PR is translated from: - Other reference link(s): ->>>>>>> 9a360fb... .github: update pull request template (#2349)