Currently, we lowercase the whole description of a commit, but sometimes description starts with an abbreviation and lowercasing makes it look bad: <img width="274" alt="lowercasing" src="https://user-images.githubusercontent.com/8344688/69572610-61f5fa00-0fbc-11ea-86a3-29be600b86b3.png"> Let's add an additional check, is the second letter uppercase, and if so, skip the lowercase operation. I'm talking about the line https://github.com/commitizen/cz-conventional-changelog/blob/master/engine.js#L27