Changeset 6078
- Timestamp:
- 09/09/07 17:10:47 (1 year ago)
- Files:
-
- django/trunk/docs/contributing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/contributing.txt
r5927 r6078 122 122 English than in code. Indentation is the most common example; it's hard to 123 123 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. 124 129 125 130 * Attach patches to a ticket in the `ticket tracker`_, using the "attach file"
