@@ -98,21 +98,39 @@ Licensing
9898---------
9999
100100For non-trivial changes, we must have your formal approval for distributing
101- your work under the `PSF license `_. Therefore, you need to fill out a
102- `contributor form `_ which allows the `Python Software Foundation `_ to
101+ your work under the `PSF license `_. Therefore, you need to sign a
102+ `contributor agreement `_ which allows the `Python Software Foundation `_ to
103103license your code for use with Python (you retain the copyright).
104104
105105.. note ::
106106 You only have to sign this document once, it will then apply to all
107107 your further contributions to Python.
108108
109- You will also need to specify you GitHub username on the
110- `issue tracker `_ on the *Your Details * link found on the
111- homepage.
109+ Here are the steps needed in order to sign the CLA:
110+
111+ 1. If you don't have an account on `bugs.python.org <issue tracker >`_
112+ (aka b.p.o), please `register <http://bugs.python.org/user?@template=register >`_
113+ to create one.
114+
115+ 2. Make sure your GitHub username is listed in the
116+ `"Your Details" <https://cloud.githubusercontent.com/assets/2680980/23276970/d14a380c-f9d1-11e6-883d-e13b6b211239.png >`_
117+ section at b.p.o.
118+
119+ 3. Fill out and sign the PSF `contributor form `_. The "bugs.python.org username"
120+ requested by the form is the "Login name" field under "Your Details".
121+
122+ After signing the CLA, please **wait at least one US business day ** and
123+ then check "Your Details" on `b.p.o <issue tracker >`_ to see if your account has
124+ been marked as having signed the CLA (the delay is due to a person having
125+ to manually check your signed CLA). Once you have verified that your b.p.o
126+ account reflects your signing of the CLA, you can either ask for the CLA check
127+ to be run again or wait for it to be run automatically the next time you push
128+ changes to your PR.
112129
113130
114131.. _PSF license : https://docs.python.org/dev/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python
115- .. _contributor form : https://www.python.org/psf/contrib/
132+ .. _contributor agreement : https://www.python.org/psf/contrib/
133+ .. _contributor form : https://www.python.org/psf/contrib/contrib-form/
116134.. _Python Software Foundation : https://www.python.org/psf/
117135
118136
0 commit comments