Description format
- Default:
ignore
In this page, we will use the following commit message as an example.
rules: description-format: level: error format: ^[A-Z].*$❌ Bad
feat(cli): added a new flag✅ Good
feat(cli): Added a new flagExample
Description must start with a capital letter
rules: description-format: level: error format: ^[A-Z].*$