Django

Code

Changeset 4745

Show
Ignore:
Timestamp:
03/16/07 10:13:31 (2 years ago)
Author:
adrian
Message:

Tightened change to docs/contributing.txt from [4689] so that the action comes first, to be consistent with other bullet points

Files:

Legend:

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

    r4689 r4745  
    304304              # ... 
    305305 
    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. 
     306    * Please don't put your name in the code you contribute. Our policy is to 
     307      keep contributors' names in the ``AUTHORS`` file distributed with Django 
     308      -- not scattered throughout the codebase itself. Feel free to include a 
     309      change to the ``AUTHORS`` file in your patch if you make more than a 
     310      single trivial change. 
    311311 
    312312Committing code 
     
    528528    # 
    529529    /path/to/trunk 
    530      
     530 
    531531    # <branch> is a svn checkout of: 
    532532    #   http://code.djangoproject.com/svn/django/branches/<branch>/ 
    533533    # 
    534534    #/path/to/<branch> 
    535      
     535 
    536536    # On windows a path may look like this: 
    537537    # C:/path/to/<branch>