# Git Commit Message Format: (): # # Git Commit Message Guides: http://chris.beams.io/posts/git-commit/ # # Type keywrods: feat, fix, docs, style, refactor, perf, test, chore, revert # Changelog keywrods: Added, Changed, Breaks, Deprecated, Removed, Fixed, Security # # Example: # fix($compile): couple of unit tests for IE9 # # Older IEs serialize html uppercased, but IE9 does not... # # Closes #392, #400 # Breaks foo.bar api, foo.baz should be used instead# #