]> granicus.if.org Git - python/commitdiff
Update PR template file, don't reference bpo 12345 (GH-5897)
authorMariatta <Mariatta@users.noreply.github.com>
Sun, 25 Feb 2018 20:49:02 +0000 (12:49 -0800)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2018 20:49:02 +0000 (12:49 -0800)
Fixes https://github.com/python/core-workflow/issues/223

.github/PULL_REQUEST_TEMPLATE.md

index 9040474860c54ac6c83b621f65ddb7cab6a211b5..917791eb287f99cd8de0c72a8120514787f95948 100644 (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.