Fixed #3685 -- Added note about keeping contributors' names in AUTHORS. Thanks,

James Bennett.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@4689 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-03-09 05:47:39 +00:00
parent 22178d692a
commit b6eee02007
1 changed files with 5 additions and 3 deletions

View File

@ -303,9 +303,11 @@ Please follow these coding standards when writing code for inclusion in Django:
def my_view(req, foo):
# ...
* Please don't put your name in the code. While we appreciate all
contributions to Django, our policy is not to publish individual
developer names in code -- for instance, at the top of Python modules.
* Our policy is to keep the names of developers and contributors
in the ``AUTHORS`` file distributed with Django, so please don't include
your name in the actual code. Feel free to include a change to the
``AUTHORS`` file in your patch if you make more than a single trivial
change.
Committing code
===============