summaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2018-02-25 20:49:02 (GMT)
committerGitHub <noreply@github.com>2018-02-25 20:49:02 (GMT)
commit9c17e3a1987004b8bcfbe423953aad84493a7984 (patch)
tree506f57685c3e1dc84632711133bf8cc1f6f4d200 /.github/PULL_REQUEST_TEMPLATE.md
parentfbee88244e8921afdb29fde51a9a010a8ae18277 (diff)
downloadcpython-9c17e3a1987004b8bcfbe423953aad84493a7984.zip
cpython-9c17e3a1987004b8bcfbe423953aad84493a7984.tar.gz
cpython-9c17e3a1987004b8bcfbe423953aad84493a7984.tar.bz2
Update PR template file, don't reference bpo 12345 (GH-5897)
Fixes https://github.com/python/core-workflow/issues/223
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 9040474..917791e 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.