Changes between Version 5 and Version 6 of rfc3_commiters

Show
Ignore:
Timestamp:
03/02/10 12:01:15 (3 years ago)
Author:
rouault
Comment:

typo fix

Legend:

Unmodified
Added
Removed
Modified
  • rfc3_commiters

    v5 v6  
    6060 
    6161 * Use meaningful descriptions for SVN commit log entries. 
    62  * Add a bug reference like "(#1232)" at the end of SVN commit log entries when committing changes related to a ticket in Trac. The '#' character enables Trac to create a hypelink from the changeset to the mentionned ticket. 
     62 * Add a bug reference like "(#1232)" at the end of SVN commit log entries when committing changes related to a ticket in Trac. The '#' character enables Trac to create a hyperlink from the changeset to the mentionned ticket. 
    6363 * After commiting changes related to a ticket in Trac, write the tree and revision in which it was fixed in the ticket description. Such as "Fixed in trunk (r12345) and in branches/1.7 (r12346)". The 'r' character enables Trac to create a hyperlink from the ticket to the changeset. 
    6464 * Changes should not be committed in stable branches without a corresponding bug id.  Any change worth pushing into the stable version is worth a bug entry.