Moved "Sign the CLA" to the bottom of New Contributor First Steps.
As discussed on the mailing list, step 1 of First Steps shouldn't be "Find a printer". https://groups.google.com/d/topic/django-developers/owOqFmxufgs/discussion
This commit is contained in:
parent
1de9a92295
commit
adfd920cc5
|
@ -15,13 +15,6 @@ First steps
|
||||||
|
|
||||||
Start with these steps to discover Django's development process.
|
Start with these steps to discover Django's development process.
|
||||||
|
|
||||||
* **Sign the Contributor License Agreement**
|
|
||||||
|
|
||||||
The code that you write belongs to you or your employer. If your
|
|
||||||
contribution is more than one or two lines of code, you need to sign the
|
|
||||||
`CLA`_. See the `Contributor License Agreement FAQ`_ for a more thorough
|
|
||||||
explanation.
|
|
||||||
|
|
||||||
* **Triage tickets**
|
* **Triage tickets**
|
||||||
|
|
||||||
If an `unreviewed ticket`_ reports a bug, try and reproduce it. If you
|
If an `unreviewed ticket`_ reports a bug, try and reproduce it. If you
|
||||||
|
@ -63,6 +56,13 @@ Start with these steps to discover Django's development process.
|
||||||
|
|
||||||
.. _reports page: https://code.djangoproject.com/wiki/Reports
|
.. _reports page: https://code.djangoproject.com/wiki/Reports
|
||||||
|
|
||||||
|
* **Sign the Contributor License Agreement**
|
||||||
|
|
||||||
|
The code that you write belongs to you or your employer. If your
|
||||||
|
contribution is more than one or two lines of code, you need to sign the
|
||||||
|
`CLA`_. See the `Contributor License Agreement FAQ`_ for a more thorough
|
||||||
|
explanation.
|
||||||
|
|
||||||
.. _CLA: https://www.djangoproject.com/foundation/cla/
|
.. _CLA: https://www.djangoproject.com/foundation/cla/
|
||||||
.. _Contributor License Agreement FAQ: https://www.djangoproject.com/foundation/cla/faq/
|
.. _Contributor License Agreement FAQ: https://www.djangoproject.com/foundation/cla/faq/
|
||||||
.. _unreviewed ticket: https://code.djangoproject.com/query?status=!closed&stage=Unreviewed
|
.. _unreviewed ticket: https://code.djangoproject.com/query?status=!closed&stage=Unreviewed
|
||||||
|
|
Loading…
Reference in New Issue