### Commit message format Ref: [Karma commit message conventions](http://karma-runner.github.io/0.10/dev/git-commit-msg.html) ``` type(scope): Message in present tense ``` `type` may be one of: * **feat** (new feature) * **fix** (bug fix) * **docs** (changes to documentation) * **style** (formatting, missing semi colons, etc; no code change) * **refactor** (refactoring production code) * **test** (adding missing tests, refactoring tests; no production code change) * **chore** (updating build tasks etc; no production code change) `scope` indicates the module affected (server, admin-ui, docs etc.)