summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2019-10-15 14:10:35 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-10-15 14:11:33 +0200
commit26ac7ae080ad5ae1c8ddce29fc3b6757b7b3f28a (patch)
tree7722bc1f80ff9411ee2f1da6517ec79c8c44a7dd
parent573350475274d23d7bc20ae35e52edf50a09fd6d (diff)
downloaddjango-26ac7ae080ad5ae1c8ddce29fc3b6757b7b3f28a.tar.gz
[2.2.x] 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 Backport of adfd920cc5f932b9cabc8061563088016a8dfe13 from master
-rw-r--r--docs/internals/contributing/new-contributors.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/internals/contributing/new-contributors.txt b/docs/internals/contributing/new-contributors.txt
index 90fa97cf28..de63137286 100644
--- a/docs/internals/contributing/new-contributors.txt
+++ b/docs/internals/contributing/new-contributors.txt
@@ -15,13 +15,6 @@ First steps
Start with these easy tasks 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**
If an `unreviewed ticket`_ reports a bug, try and reproduce it. If you
@@ -63,6 +56,13 @@ Start with these easy tasks to discover Django's development process.
.. _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/
.. _Contributor License Agreement FAQ: https://www.djangoproject.com/foundation/cla/faq/
.. _unreviewed ticket: https://code.djangoproject.com/query?status=!closed&stage=Unreviewed