File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed
Expand file tree Collapse file tree 3 files changed +11
-8
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 @@ -250,15 +250,16 @@ order to make open source pleasant for everyone involved.
250250Additional repositories
251251=======================
252252
253- `Python Core Workflow `_ hosts the codebase for tools such as :pypi: ` blurb ` .
253+ `Python Core Workflow `_ hosts an issue tracker for workflow discussions .
254254
255- Other core workflow tools are:
255+ Some core workflow tools are:
256256
257257* `cherry_picker `_ (:pypi: `PyPI <cherry_picker> `)
258258* `bedevere `_
259+ * `blurb `_ (:pypi: `PyPI <blurb> `)
259260* `blurb_it `_
260261* `miss-islington `_
261- * `cla-bot `_
262+ * `clabot `_
262263* `webhook-mailer `_
263264
264265Python `Performance Benchmark `_ project is intended to be an authoritative
@@ -267,8 +268,9 @@ source of benchmarks for all Python implementations.
267268.. _Python Core Workflow : https://github.com/python/core-workflow
268269.. _cherry_picker : https://github.com/python/cherry-picker
269270.. _bedevere : https://github.com/python/bedevere
271+ .. _blurb : https://github.com/python/blurb
270272.. _blurb_it : https://github.com/python/blurb_it
271273.. _miss-islington : https://github.com/python/miss-islington
272- .. _ cla-bot : https://github.com/ambv/cla-bot
274+ .. _ clabot : https://github.com/psf/clabot
273275.. _webhook-mailer : https://github.com/python/webhook-mailer
274276.. _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