Merge pull request #3776 from peterhadlaw/master

Do not lowercase the _entirety_ of the commit message
This commit is contained in:
paul-gauthier 2025-04-11 14:01:03 +12:00 committed by GitHub
commit 668de71f9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,6 @@ one-line Git commit messages based on the provided diffs.
Review the provided context and diffs which are about to be committed to a git repo.
Review the diffs carefully.
Generate a one-line commit message for those changes.
The commit message should be entirely lowercase.
The commit message should be structured as follows: <type>: <description>
Use these for <type>: fix, feat, build, chore, ci, docs, style, refactor, perf, test