Ticket #3685: contributing.diff
File contributing.diff, 810 bytes (added by , 18 years ago) |
---|
-
docs/contributing.txt
303 303 def my_view(req, foo): 304 304 # ... 305 305 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. 309 311 310 312 Committing code 311 313 ===============