]> granicus.if.org Git - python/commitdiff
Create PULL_REQUEST_TEMPLATE.md (GH-3404)
authorMariatta <Mariatta@users.noreply.github.com>
Thu, 7 Sep 2017 00:27:05 +0000 (17:27 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2017 00:27:05 +0000 (17:27 -0700)
Explain that backport PR should include branch name and the original PR number.

.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644 (file)
index 0000000..70f4a6c
--- /dev/null
@@ -0,0 +1,10 @@
+!!! If this is a backport PR (PR made against branches other than `master`),
+please ensure that the PR title is in the following format:
+
+[X.Y] <title from the original PR> GH-NNNN
+
+Where: [X.Y] is the branch name, for example [3.6]
+
+GH-NNNN refers to the PR number from `master`.
+
+PLEASE: Remove this headline!!!