Django

Code

Changeset 6078

Show
Ignore:
Timestamp:
09/09/07 17:10:47 (1 year ago)
Author:
adrian
Message:

Added bullet to docs/contributing.txt about creating diffs from the top-level trunk directory

Files:

Legend:

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

    r5927 r6078  
    122122      English than in code. Indentation is the most common example; it's hard to 
    123123      read patches when the only difference in code is that it's indented. 
     124 
     125        * When creating patches, always run ``svn diff`` from the top-level 
     126          ``trunk`` directory -- i.e., the one that contains ``django``, ``docs``, 
     127          ``tests``, ``AUTHORS``, etc. This makes it easy for other people to apply 
     128          your patches. 
    124129 
    125130    * Attach patches to a ticket in the `ticket tracker`_, using the "attach file"