diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-09-07 00:27:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-07 00:27:05 (GMT) |
commit | 36d644d37acb1e33a3f1e96bf92f68e619a75880 (patch) | |
tree | bfed02d9baa3fd6b16cba638bac45f22febab3c2 /.github | |
parent | 0f6b9d230674da784ca79a0cf1a03d2af5a8b6a8 (diff) | |
download | cpython-36d644d37acb1e33a3f1e96bf92f68e619a75880.zip cpython-36d644d37acb1e33a3f1e96bf92f68e619a75880.tar.gz cpython-36d644d37acb1e33a3f1e96bf92f68e619a75880.tar.bz2 |
Create PULL_REQUEST_TEMPLATE.md (GH-3404)
Explain that backport PR should include branch name and the original PR number.
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..70f4a6c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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!!! |