Django

Code

Ticket #3685: contributing.diff

File contributing.diff, 0.8 kB (added by ubernostrum, 2 years ago)

Patch which rewords the bit about including your name

  • docs/contributing.txt

    old new  
    303303          def my_view(req, foo): 
    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 
     308      include your name in the actual code, but feel free to include a 
     309      diff of the ``AUTHORS`` file in your patch to add your name 
     310      there. 
    309311 
    310312Committing code 
    311313===============