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:
parent
fbee88244e
commit
9c17e3a198
|
@ -9,7 +9,6 @@ It should be in the following format:
|
||||||
bpo-NNNN: Summary of the changes made
|
bpo-NNNN: Summary of the changes made
|
||||||
```
|
```
|
||||||
Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.
|
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.
|
Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue