commitizen / commitizen/cz-conventional-changelog
stop lowercasing description if second letter is also uppercase
Open
help wanted
- Dominant language
- JavaScript
- Stars
- 793
- Forks
- 444
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we lowercase the whole description of a commit, but sometimes description starts with an abbreviation and lowercasing makes it look bad:

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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.