diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0f238d0558c..402e528feb2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +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, e.g. [3.6]. GH-NNNN refers to the PR number from `master`.