Create PULL_REQUEST_TEMPLATE.md (GH-3404)

Explain that backport PR should include branch name and the original PR number.
This commit is contained in:
Mariatta 2017-09-06 17:27:05 -07:00 committed by GitHub
parent 0f6b9d2306
commit 36d644d37a
1 changed files with 10 additions and 0 deletions

10
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -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!!!