diff options
author | Oleg Iarygin <oleg@arhadthedev.net> | 2022-04-10 22:03:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-10 22:03:27 (GMT) |
commit | 98ff4a68773c49619d486c7e758ebbe1662f8387 (patch) | |
tree | 3b53b7ea6f2a07289f286f7e8caaa733a06fa0e9 /.github/CONTRIBUTING.rst | |
parent | 672e7de911e5d189f5d5d2649c0b3bb575778e28 (diff) | |
download | cpython-98ff4a68773c49619d486c7e758ebbe1662f8387.zip cpython-98ff4a68773c49619d486c7e758ebbe1662f8387.tar.gz cpython-98ff4a68773c49619d486c7e758ebbe1662f8387.tar.bz2 |
Replace contributor-visible mentions of BPO in .github/* (GH-91426)
Diffstat (limited to '.github/CONTRIBUTING.rst')
-rw-r--r-- | .github/CONTRIBUTING.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index 2ac148e..30a39a4 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 <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`` |