File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ to enter the public source tree. Ask yourself the following questions:
6262 Licensing Agreement <https://www.python.org/psf/contrib/contrib-form/> `_
6363 (CLA), unless their change has no possible intellectual property
6464 associated with it (for example, fixing a spelling mistake in documentation).
65- The `CPython CLA Bot <https://github.com/apps/cpython-cla-bot/ >`_
65+ The `Python Software Foundation Contributor License Agreement Management Bot
66+ <https://github.com/psf/clabot> `_
6667 checks whether the author has signed the CLA, and replies in the PR
6768 if they haven't. For further questions about the CLA
6869 process, write to contributors@python.org.
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ Other core workflow tools are:
258258* `bedevere `_
259259* `blurb_it `_
260260* `miss-islington `_
261- * `cla-bot `_
261+ * `clabot `_
262262* `webhook-mailer `_
263263
264264Python `Performance Benchmark `_ project is intended to be an authoritative
@@ -269,6 +269,6 @@ source of benchmarks for all Python implementations.
269269.. _bedevere : https://github.com/python/bedevere
270270.. _blurb_it : https://github.com/python/blurb_it
271271.. _miss-islington : https://github.com/python/miss-islington
272- .. _ cla-bot : https://github.com/ambv/cla-bot
272+ .. _ clabot : https://github.com/psf/clabot
273273.. _webhook-mailer : https://github.com/python/webhook-mailer
274274.. _Performance Benchmark : https://github.com/python/pyperformance
Original file line number Diff line number Diff line change @@ -354,14 +354,14 @@ Here are the steps needed in order to sign the CLA:
354354
3553551. Create a change and submit it as a pull request.
356356
357- 2. When ``cpython -cla-bot `` comments on your pull request that commit
357+ 2. When ``python -cla-bot `` comments on your pull request that commit
358358 authors are required to sign a Contributor License Agreement, click
359359 on the button in the comment to sign it. It's enough to log in through
360360 GitHub. The process is automatic.
361361
362- 3. After signing, the comment by ``cpython -cla-bot `` will update to
362+ 3. After signing, the comment by ``python -cla-bot `` will update to
363363 indicate that "all commit authors signed the Contributor License
364- Agreement.
364+ Agreement" .
365365
366366.. _PSF license : https://docs.python.org/dev/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python
367367.. _contributor agreement : https://www.python.org/psf/contrib/
You can’t perform that action at this time.
0 commit comments