]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Replace contributor-visible mentions of BPO in .github/* (GH-91426)
authorOleg Iarygin <oleg@arhadthedev.net>
Sun, 10 Apr 2022 22:03:27 +0000 (01:03 +0300)
committerGitHub <noreply@github.com>
Sun, 10 Apr 2022 22:03:27 +0000 (00:03 +0200)
.github/CONTRIBUTING.rst
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/build.yml

index 2ac148e3965b9df8d1832c11e79b0cac5a46e12a..30a39a40494fdef4844b623e75e2fd3926f031b9 100644 (file)
@@ -44,7 +44,7 @@ comments they leave and their "Details" links, respectively. The key points of
 our workflow that are not covered by a bot or status check are:
 
 - All discussions that are not directly related to the code in the pull request
-  should happen on bugs.python.org
+  should happen on `GitHub Issues <https://github.com/python/cpython/issues>`_.
 - Upon your first non-trivial pull request (which includes documentation changes),
   feel free to add yourself to ``Misc/ACKS``
 
index 79ceb175c28f474dfa3c5a3176ebdb99457532a4..4cc2f461dbe2f21b43af7a430b34d786fc759d56 100644 (file)
@@ -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.
 
index 0ca8d3910814a83a73ca0273cfb64ca576906247..c34706bb27992887145c28f5ad5085efca7f1b81 100644 (file)
@@ -1,6 +1,6 @@
 name: Tests
 
-# bpo-40548: "paths-ignore" is not used to skip documentation-only PRs, because
+# gh-84728: "paths-ignore" is not used to skip documentation-only PRs, because
 # it prevents to mark a job as mandatory. A PR cannot be merged if a job is
 # mandatory but not scheduled because of "paths-ignore".
 on: