Changes between Version 25 and Version 26 of NewCommittersGuide


Ignore:
Timestamp:
Oct 5, 2013, 10:53:19 AM (11 years ago)
Author:
raimue (Rainer Müller)
Comment:

Add link to CommitRules

Legend:

Unmodified
Added
Removed
Modified
  • NewCommittersGuide

    v25 v26  
    1717 1. Port directory name has to match the ''name'' option in the Portfile
    1818 1. Run `port lint` before committing to be sure not to violate one of the guidelines
    19  1. Commit messages should make clear what has been changed:
     19 1. Commit messages should make clear what has been changed (see CommitRules)
    2020  1. Mention the names of the affected ports (or state what they have in common if there are too many to list individually), since this information is not visible in the revision log
    2121  1. Be specific about what changes were made (for example, when updating to a new upstream version, mention the version number) and, if it's not completely obvious, why they were made