diff options
author | 2018-06-08 20:46:27 +0200 | |
---|---|---|
committer | 2018-06-08 14:46:27 -0400 | |
commit | 9bb9b535563a33f8cb7a581ec9e649cd16f5bd2e (patch) | |
tree | cad66c86b1a5873d3eb6a2d5d8369852cf946887 /.github | |
parent | bpo-33799: Remove non-ordered dicts comments from FAQ (GH-7520) (diff) | |
download | cpython-9bb9b535563a33f8cb7a581ec9e649cd16f5bd2e.tar.gz cpython-9bb9b535563a33f8cb7a581ec9e649cd16f5bd2e.tar.bz2 cpython-9bb9b535563a33f8cb7a581ec9e649cd16f5bd2e.zip |
[3.7] Update version in '.github/PULL_REQUEST_TEMPLATE.md' (GH-7537)
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 402e528feb2..55e4168747e 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`. |