From: Oleg Iarygin Date: Sun, 10 Apr 2022 22:03:27 +0000 (+0300) Subject: Replace contributor-visible mentions of BPO in .github/* (GH-91426) X-Git-Tag: v3.11.0b1~407 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98ff4a68773c49619d486c7e758ebbe1662f8387;p=thirdparty%2FPython%2Fcpython.git Replace contributor-visible mentions of BPO in .github/* (GH-91426) --- diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index 2ac148e3965b..30a39a40494f 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -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 `_. - Upon your first non-trivial pull request (which includes documentation changes), feel free to add yourself to ``Misc/ACKS`` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 79ceb175c28f..4cc2f461dbe2 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. diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ca8d3910814..c34706bb2799 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: