style(commit): don't require subject capitalization #1391

Open
julian45 wants to merge 1 commit from julian45/continuwuity:julian/committed-cc-fix into main

1 commit

Author SHA1 Message Date
651a7d75ce
style(commit): don't require subject capitalization
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m43s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 7m6s
The [committed](https://github.com/crate-ci/committed) hook defaults,
at time of writing, to requiring the first letter of the subject
to be capitalized. However, this is not in line with actual CC spec[1]:
  - paragraph #5 merely requires presence & defines purpose of subject
  - all examples on CC page have char 1 in lowercase
  - paragraph #15 requires that, except for BREAKING CHANGES which must
    be uppercase, all other parts of commit msg MUST NOT be treated as
    case-sensitive

[1] https://www.conventionalcommits.org/en/v1.0.0/
2026-02-16 13:04:30 -05:00