Skip to content
Artem edited this page Jul 10, 2014 · 2 revisions

Here is guideline for project commits

  1. Please, write understandable, not huge commit messages
  2. Commit message should have tag or tags (not Git's tag), it's just my name of this part of commit message
  3. Please use GitHub's feature to close or reference by commit message!

Examples:

  • git commit -m '[feature] added support for AnotherGreatMusicPlayer, fixed #124591'
  • git commit -m '[fix][docs] fixed crash in WAIL intents processing, changed README about this part of the app, fixed #5192'

"[feature][fix][docs]" — tags. Tags help developers to understand main purpose of commit without reading it or reviewing.

Here is list of common tags:

Clone this wiki locally