summaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorOleg Iarygin <oleg@arhadthedev.net>2022-04-10 22:03:27 (GMT)
committerGitHub <noreply@github.com>2022-04-10 22:03:27 (GMT)
commit98ff4a68773c49619d486c7e758ebbe1662f8387 (patch)
tree3b53b7ea6f2a07289f286f7e8caaa733a06fa0e9 /.github/PULL_REQUEST_TEMPLATE.md
parent672e7de911e5d189f5d5d2649c0b3bb575778e28 (diff)
downloadcpython-98ff4a68773c49619d486c7e758ebbe1662f8387.zip
cpython-98ff4a68773c49619d486c7e758ebbe1662f8387.tar.gz
cpython-98ff4a68773c49619d486c7e758ebbe1662f8387.tar.bz2
Replace contributor-visible mentions of BPO in .github/* (GH-91426)
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 79ceb17..4cc2f46 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -7,10 +7,10 @@ Please read this comment in its entirety. It's quite important.
It should be in the following format:
```
-bpo-NNNN: Summary of the changes made
+gh-NNNNN: Summary of the changes made
```
-Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.
+Where: gh-NNNNN refers to the GitHub issue number.
Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.