[Python-checkins] Update PR template file, don't reference bpo 12345 (GH-5897)

Mariatta webhook-mailer at python.org
Sun Feb 25 15:49:05 EST 2018


https://github.com/python/cpython/commit/9c17e3a1987004b8bcfbe423953aad84493a7984
commit: 9c17e3a1987004b8bcfbe423953aad84493a7984
branch: master
author: Mariatta <Mariatta at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-02-25T12:49:02-08:00
summary:

Update PR template file, don't reference bpo 12345 (GH-5897)

Fixes https://github.com/python/core-workflow/issues/223

files:
M .github/PULL_REQUEST_TEMPLATE.md

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 9040474860c5..917791eb287f 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -9,7 +9,6 @@ It should be in the following format:
 bpo-NNNN: Summary of the changes made
 ```
 Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.
-If your PR is for issue 12345 in the bug tracker, then the bpo number is bpo-12345.
 
 Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.
 



More information about the Python-checkins mailing list