[Python-checkins] Tweak formatting of PR message template (#3828)

Brett Cannon webhook-mailer at python.org
Fri Sep 29 14:16:41 EDT 2017


https://github.com/python/cpython/commit/66033733aa032707b57cf1b0e8d5a1c5e4afceb9
commit: 66033733aa032707b57cf1b0e8d5a1c5e4afceb9
branch: master
author: Brett Cannon <brettcannon at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2017-09-29T11:16:38-07:00
summary:

Tweak formatting of PR message template (#3828)

files:
M .github/PULL_REQUEST_TEMPLATE.md

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 70f4a6ce6bf..0f238d0558c 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -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`.
 



More information about the Python-checkins mailing list