Skip to content

Commit Message Style

Polina Soshnin edited this page Jan 15, 2016 · 1 revision
  1. Use the present tense.
  2. When making commits to your feature branch, prefix each commit.
  • Example: git commit -m '[feat] Add a new feature'
  • [feat] Add a new feature
  • [fix] Fix inconsistent tests [Fixes #0]
  • [refactor] ...
  • [cleanup] ...
  • [test] ...
  • [doc] ...
  • [deploy] ...

####Resources

Clone this wiki locally