Skip to content

Update info about new CLA bot #1538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion core-developers/committing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ to enter the public source tree. Ask yourself the following questions:
Licensing Agreement <https://www.python.org/psf/contrib/contrib-form/>`_
(CLA), unless their change has no possible intellectual property
associated with it (for example, fixing a spelling mistake in documentation).
The `CPython CLA Bot <https://github.com/apps/cpython-cla-bot/>`_
The `Python Software Foundation Contributor License Agreement Management Bot
<https://github.com/psf/clabot>`_
checks whether the author has signed the CLA, and replies in the PR
if they haven't. For further questions about the CLA
process, write to [email protected].
Expand Down
10 changes: 6 additions & 4 deletions developer-workflow/communication-channels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,16 @@ order to make open source pleasant for everyone involved.
Additional repositories
=======================

`Python Core Workflow`_ hosts the codebase for tools such as :pypi:`blurb`.
`Python Core Workflow`_ hosts an issue tracker for workflow discussions.

Other core workflow tools are:
Some core workflow tools are:

* `cherry_picker`_ (:pypi:`PyPI <cherry_picker>`)
* `bedevere`_
* `blurb`_ (:pypi:`PyPI <blurb>`)
* `blurb_it`_
* `miss-islington`_
* `cla-bot`_
* `clabot`_
* `webhook-mailer`_

Python `Performance Benchmark`_ project is intended to be an authoritative
Expand All @@ -267,8 +268,9 @@ source of benchmarks for all Python implementations.
.. _Python Core Workflow: https://github.com/python/core-workflow
.. _cherry_picker: https://github.com/python/cherry-picker
.. _bedevere: https://github.com/python/bedevere
.. _blurb: https://github.com/python/blurb
.. _blurb_it: https://github.com/python/blurb_it
.. _miss-islington: https://github.com/python/miss-islington
.. _cla-bot: https://github.com/ambv/cla-bot
.. _clabot: https://github.com/psf/clabot
.. _webhook-mailer: https://github.com/python/webhook-mailer
.. _Performance Benchmark: https://github.com/python/pyperformance
6 changes: 3 additions & 3 deletions getting-started/pull-request-lifecycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -354,14 +354,14 @@ Here are the steps needed in order to sign the CLA:

1. Create a change and submit it as a pull request.

2. When ``cpython-cla-bot`` comments on your pull request that commit
2. When ``python-cla-bot`` comments on your pull request that commit
authors are required to sign a Contributor License Agreement, click
on the button in the comment to sign it. It's enough to log in through
GitHub. The process is automatic.

3. After signing, the comment by ``cpython-cla-bot`` will update to
3. After signing, the comment by ``python-cla-bot`` will update to
indicate that "all commit authors signed the Contributor License
Agreement.
Agreement".

.. _PSF license: https://docs.python.org/dev/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python
.. _contributor agreement: https://www.python.org/psf/contrib/
Expand Down
Loading