summaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2017-09-29 18:16:38 (GMT)
committerGitHub <noreply@github.com>2017-09-29 18:16:38 (GMT)
commit66033733aa032707b57cf1b0e8d5a1c5e4afceb9 (patch)
tree3ffebef26edaedfe970a5b81dc2321eaaad3d608 /.github/PULL_REQUEST_TEMPLATE.md
parent8b4ff53c440dfcde40fbeb02c5e666c85190528f (diff)
downloadcpython-66033733aa032707b57cf1b0e8d5a1c5e4afceb9.zip
cpython-66033733aa032707b57cf1b0e8d5a1c5e4afceb9.tar.gz
cpython-66033733aa032707b57cf1b0e8d5a1c5e4afceb9.tar.bz2
Tweak formatting of PR message template (#3828)
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 70f4a6c..0f238d0 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`.