diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0dd56a1ee434..abc6eb925e3a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,21 +1,23 @@ -### 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: + -- **needs-cherry-pick-3.0** -- **needs-cherry-pick-3.1** -- **needs-cherry-pick-2.1** +- This PR is translated from: +- Other reference link(s):