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

Fixes https://github.com/python/core-workflow/issues/223
This commit is contained in:
Mariatta 2018-02-25 12:49:02 -08:00 committed by GitHub
parent fbee88244e
commit 9c17e3a198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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.