From 09bb02e4763f362f36ac3e277bbb128d59478f77 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Wed, 6 Sep 2017 17:00:20 -0700 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md Explain that backport PR should include branch name and the original PR number. --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000000000..70f4a6ce6bf1185 --- /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] 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!!!