comparison doc/v2_planning/API_coding_style.txt @ 1325:4efa2630f430

Minor grammar improvements
author Olivier Delalleau <delallea@iro>
date Wed, 13 Oct 2010 10:19:48 -0400
parents 075a0f1c1ffc
children 90116fb3636b
comparison
equal deleted inserted replaced
1324:075a0f1c1ffc 1325:4efa2630f430
685 * Write detailed commit messages in the past tense, not present tense. 685 * Write detailed commit messages in the past tense, not present tense.
686 * Good: "Fixed Unicode bug in RSS API." 686 * Good: "Fixed Unicode bug in RSS API."
687 * Bad: "Fixes Unicode bug in RSS API." 687 * Bad: "Fixes Unicode bug in RSS API."
688 * Bad: "Fixing Unicode bug in RSS API." 688 * Bad: "Fixing Unicode bug in RSS API."
689 * Separate bug fixes from feature changes. 689 * Separate bug fixes from feature changes.
690 * If fix a ticket, make the message start with "Fixed #abc" 690 * When fixing a ticket, start the message with "Fixed #abc"
691 * Can make a system to change the ticket? 691 * Can make a system to change the ticket?
692 * If reference a ticket, make the message start with "Refs #abc" 692 * When referencing a ticket, start the message with "Refs #abc"
693 * Can make a system to put a comment to the ticket? 693 * Can make a system to put a comment to the ticket?
694 694
695 695
696 TODO 696 TODO
697 ==== 697 ====