Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c696ab5

Browse filesBrowse files
authored
Update info about new CLA bot (#1538)
1 parent c194d71 commit c696ab5
Copy full SHA for c696ab5

File tree

3 files changed

+11
-8
lines changed
Filter options

3 files changed

+11
-8
lines changed

‎core-developers/committing.rst

Copy file name to clipboardExpand all lines: core-developers/committing.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

‎developer-workflow/communication-channels.rst

Copy file name to clipboardExpand all lines: developer-workflow/communication-channels.rst
+6-4Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,15 +250,16 @@ order to make open source pleasant for everyone involved.
250250
Additional 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

264265
Python `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

‎getting-started/pull-request-lifecycle.rst

Copy file name to clipboardExpand all lines: getting-started/pull-request-lifecycle.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,14 +354,14 @@ Here are the steps needed in order to sign the CLA:
354354

355355
1. 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/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.