Meta: Update Contrib Guide & PR template for new CLA bot (#2900)
This commit is contained in:
parent
35dd6a15b3
commit
bc79b092c7
|
@ -1,11 +1,11 @@
|
|||
<!--
|
||||
|
||||
Please include the PEP number in the pull request title, example:
|
||||
*Please* read our Contributing Guidelines (CONTRIBUTING.rst)
|
||||
before submitting an issue or pull request to this repository,
|
||||
to make sure this repo is the appropriate venue for your proposed change.
|
||||
|
||||
Prefix the pull request title with the PEP number; for example:
|
||||
|
||||
PEP NNN: Summary of the changes made
|
||||
|
||||
In addition, please sign the CLA.
|
||||
|
||||
For more information, please read our Contributing Guidelines (CONTRIBUTING.rst)
|
||||
|
||||
-->
|
||||
|
|
|
@ -53,16 +53,19 @@ alterations with ``Lint:`` and other non-PEP meta changes, such as updates to
|
|||
the Readme/Contributing Guide, issue/PR template, etc., with ``Meta:``.
|
||||
|
||||
|
||||
Sign the CLA
|
||||
------------
|
||||
Sign the Contributor License Agreement
|
||||
--------------------------------------
|
||||
|
||||
Before you hit "Create pull request", please take a moment to ensure that this
|
||||
project can legally accept your contribution by verifying you have signed the
|
||||
All contributors need to sign the
|
||||
`PSF Contributor Agreement <https://www.python.org/psf/contrib/contrib-form/>`_.
|
||||
to ensure we legally accept your work.
|
||||
|
||||
If you haven't signed the CLA before, please follow the
|
||||
`steps outlined in the CPython devguide
|
||||
<https://devguide.python.org/pullrequest/#licensing>`_ to do so.
|
||||
You don't need to do anything beforehand;
|
||||
go ahead and create your pull request,
|
||||
and our bot will ping you to sign the CLA if needed.
|
||||
`See the CPython devguide
|
||||
<https://devguide.python.org/pullrequest/#licensing>`__
|
||||
for more information.
|
||||
|
||||
|
||||
Code of Conduct
|
||||
|
|
Loading…
Reference in New Issue