Skip to content

Commit Guidelines

drotter edited this page Dec 12, 2012 · 3 revisions

Commit Guidlines

Every Commit

  • is written in the past tense
  • has to start with a verb
  • first character is lowercase
  • has to describe the activity as complete as possible

Valid Examples

  • added missing translations

Invalid Examples

  • Issue solved

Merge Commit

  • Must start with the word "merged"
  • Must at least include the merged branch

Valid Examples

  • merged 'release/1.1.0' into 'develop'
  • merged branch 'hotfix/17'

Invalid Examples

  • fixed merge conflicts