[Bug] Commit subject should automatically be lowercase
See original GitHub issueDescription
Commit subject is not forced to be lowercase
Steps to reproduce
cz c
- Choose any type.
- Write an uppercase character in the subject.
- Commit.
Current behavior
It maintains the uppercase character.
Desired behavior
The commit subject should fully be lowercase.
Environment
- commitizen version: 1.23.0
- python version: 3.6.10
- operating system: Arch Linux
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Case of commit messages · Issue #24 - GitHub
The only thing I could guess would be that it's easier to parse, but lowercase looks off as the start of all the...
Read more >husky - Strange error when attempting to commit. [subject-empty]
To fix the error, change your commit message ("Hello world") to follow the Conventional Commits format, e.g. to "feat: hello world".
Read more >Conventional Commits
The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an...
Read more >Commit Message Guide | Blockly - Google Developers
It is best if both your individual commits and the pull request title follow these guidelines. Type. The type must be non-empty, and...
Read more >How to write a git commit message that won't disappoint your ...
I think of the subject line of a commit like the title instead of a sentence, and titles are capitalized.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Personally, I wouldn’t have this issue since I always start my commits with verbs or use the active voice, regardless of commit type. Given that, I’d like for it to be an option given the number of times I automatically capitalize the start of my sentences. I understand why you guys would not want it to be default.
Yeah I’m using commitizen js and was used to the automatic lowercase since it does mention in the CLI that it should be lowercase so I thought this should be enforced.