Try and get Claude to skip the Co-Authored-By mention

This commit is contained in:
Claudio Ortolina
2026-03-07 18:55:05 +00:00
parent 3812b6c402
commit 4a25e5742b
+1 -1
View File
@@ -7,7 +7,7 @@ Rules extracted from commit history that are specific to this project and not al
- Imperative present tense, single-line, under 60 characters - Imperative present tense, single-line, under 60 characters
- Describe intent/behavior, not implementation details - Describe intent/behavior, not implementation details
- Reverts use `Revert "Original message"` convention - Reverts use `Revert "Original message"` convention
- NEVER ADD a co-authored by reference in the message body - NEVER ADD a "Co-Authored-By" reference in the message body
- If you're working on a GitHub issue, make sure to include the issue ID in the commit message body. Specifies if the commit closes the issue. - If you're working on a GitHub issue, make sure to include the issue ID in the commit message body. Specifies if the commit closes the issue.
## Architecture ## Architecture