diff options
| author | Preston Holmes <preston@ptone.com> | 2012-11-04 12:25:48 -0800 |
|---|---|---|
| committer | Preston Holmes <preston@ptone.com> | 2012-11-04 12:25:48 -0800 |
| commit | aee9c7b094cbd36c898ea465269935f156412ab9 (patch) | |
| tree | 056c7c320e113d77be5b5a74daff6926e37eb345 | |
| parent | 3e9b36688df22e067eaa77f68a04c7616454ed86 (diff) | |
Added a note and link to CLA from contributing docs
| -rw-r--r-- | docs/internals/contributing/writing-code/submitting-patches.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt index b51ac0d906..a90dc32605 100644 --- a/docs/internals/contributing/writing-code/submitting-patches.txt +++ b/docs/internals/contributing/writing-code/submitting-patches.txt @@ -52,8 +52,15 @@ and time availability), claim it by following these steps: page, 2. then click "Submit changes." +.. note:: + The Django software foundation requests that anyone contributing more than + a trivial patch to Django sign and submit a `Contributor License + Agreement`_, this ensures that the Django Software Foundation has clear + license to all contributions allowing for a clear license for all users. + .. _Create an account: https://www.djangoproject.com/accounts/register/ .. _password reset page: https://www.djangoproject.com/accounts/password/reset/ +.. _Contributor License Agreement: https://www.djangoproject.com/foundation/cla/ Ticket claimers' responsibility ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
