Django

Code

Changeset 4689

Show
Ignore:
Timestamp:
03/08/07 23:47:39 (2 years ago)
Author:
mtredinnick
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/contributing.txt

    r4685 r4689  
    304304              # ... 
    305305 
    306     * Please don't put your name in the code. While we appreciate all 
    307       contributions to Django, our policy is not to publish individual 
    308       developer names in code -- for instance, at the top of Python modules. 
     306    * Our policy is to keep the names of developers and contributors 
     307      in the ``AUTHORS`` file distributed with Django, so please don't include 
     308      your name in the actual code. Feel free to include a change to the 
     309      ``AUTHORS`` file in your patch if you make more than a single trivial 
     310      change. 
    309311 
    310312Committing code