summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSuriyaa ✌️️ <isc.suriyaa@gmail.com>2018-06-08 20:46:27 +0200
committerNed Deily <nad@python.org>2018-06-08 14:46:27 -0400
commit9bb9b535563a33f8cb7a581ec9e649cd16f5bd2e (patch)
treecad66c86b1a5873d3eb6a2d5d8369852cf946887 /.github
parent5c7f22c2a339f23f8a236540d0ebed955637095b (diff)
downloadcpython-git-9bb9b535563a33f8cb7a581ec9e649cd16f5bd2e.tar.gz
[3.7] Update version in '.github/PULL_REQUEST_TEMPLATE.md' (GH-7537)
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 402e528feb..55e4168747 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -5,7 +5,7 @@ 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, e.g. [3.6].
+Where: [X.Y] is the branch name, e.g. [3.7].
GH-NNNN refers to the PR number from `master`.