Tweak formatting of PR message template (#3828)

This commit is contained in:
Brett Cannon 2017-09-29 11:16:38 -07:00 committed by GitHub
parent 8b4ff53c44
commit 66033733aa
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
!!! 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]
```
[X.Y] <title from the original PR> (GH-NNNN)
```
Where: [X.Y] is the branch name, e.g. [3.6].
GH-NNNN refers to the PR number from `master`.