Changes between Version 14 and Version 15 of WorkingConventions/FixingBugs

Show
Ignore:
Timestamp:
10/06/11 12:22:02 (21 months ago)
Author:
igloo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingConventions/FixingBugs

    v14 v15  
    2626   * Please follow our [wiki:WorkingConventions#Coding coding conventions] 
    2727   * Comment your fix in the source code, and include a reference to the bug ticket number, e.g. "`#1466`" (this helps when grepping for the fix later).  It is often helpful to give a small example code fragment that demonstrates the need for your fix.  This isn't always relevant; sometimes you are fixing a plain error, but often it's more subtle than that.[[BR]][[BR]] 
    28  0. '''Record a patch''' that embodies your fix.  Please follow our convention for naming patches: [wiki:WorkingConventions/Git#PatchNaming].[[BR]][[BR]] 
     28 0. '''Record a patch''' that embodies your fix.  Please follow our convention for naming patches: [wiki:WorkingConventions/Git#Commitmessages].[[BR]][[BR]] 
    2929 0. '''Test your patch''' using the [wiki:TestingPatches validation script], before you submit it.  (If you have write permission to the repository, then you '''must''' validate before pushing the patch.)[[BR]][[BR]] 
    3030 0. '''Submit your patch'''.  If you don't have commit permission for the repository,