]> granicus.if.org Git - python/commitdiff
Tweak formatting of PR message template (#3828)
authorBrett Cannon <brettcannon@users.noreply.github.com>
Fri, 29 Sep 2017 18:16:38 +0000 (11:16 -0700)
committerGitHub <noreply@github.com>
Fri, 29 Sep 2017 18:16:38 +0000 (11:16 -0700)
.github/PULL_REQUEST_TEMPLATE.md

index 70f4a6ce6bf1185a83e6dda78c6973897cb3501f..0f238d0558cd0059a11959888fcad5b025aa49bd 100644 (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`.