File tree 3 files changed +11
-8
lines changed
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:
62
62
Licensing Agreement <https://www.python.org/psf/contrib/contrib-form/> `_
63
63
(CLA), unless their change has no possible intellectual property
64
64
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> `_
66
67
checks whether the author has signed the CLA, and replies in the PR
67
68
if they haven't. For further questions about the CLA
68
69
process, write to
[email protected] .
Original file line number Diff line number Diff line change @@ -250,15 +250,16 @@ order to make open source pleasant for everyone involved.
250
250
Additional repositories
251
251
=======================
252
252
253
- `Python Core Workflow `_ hosts the codebase for tools such as :pypi: ` blurb ` .
253
+ `Python Core Workflow `_ hosts an issue tracker for workflow discussions .
254
254
255
- Other core workflow tools are:
255
+ Some core workflow tools are:
256
256
257
257
* `cherry_picker `_ (:pypi: `PyPI <cherry_picker> `)
258
258
* `bedevere `_
259
+ * `blurb `_ (:pypi: `PyPI <blurb> `)
259
260
* `blurb_it `_
260
261
* `miss-islington `_
261
- * `cla-bot `_
262
+ * `clabot `_
262
263
* `webhook-mailer `_
263
264
264
265
Python `Performance Benchmark `_ project is intended to be an authoritative
@@ -267,8 +268,9 @@ source of benchmarks for all Python implementations.
267
268
.. _Python Core Workflow : https://github.com/python/core-workflow
268
269
.. _cherry_picker : https://github.com/python/cherry-picker
269
270
.. _bedevere : https://github.com/python/bedevere
271
+ .. _blurb : https://github.com/python/blurb
270
272
.. _blurb_it : https://github.com/python/blurb_it
271
273
.. _miss-islington : https://github.com/python/miss-islington
272
- .. _ cla-bot : https://github.com/ambv/cla-bot
274
+ .. _ clabot : https://github.com/psf/clabot
273
275
.. _webhook-mailer : https://github.com/python/webhook-mailer
274
276
.. _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:
354
354
355
355
1. Create a change and submit it as a pull request.
356
356
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
358
358
authors are required to sign a Contributor License Agreement, click
359
359
on the button in the comment to sign it. It's enough to log in through
360
360
GitHub. The process is automatic.
361
361
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
363
363
indicate that "all commit authors signed the Contributor License
364
- Agreement.
364
+ Agreement" .
365
365
366
366
.. _PSF license : https://docs.python.org/dev/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python
367
367
.. _contributor agreement : https://www.python.org/psf/contrib/
You can’t perform that action at this time.
0 commit comments