Add project convention around co-authoring in commit messages

This commit is contained in:
Claudio Ortolina
2026-03-05 20:33:54 +00:00
parent 08f7565d44
commit 70392857fa
+1
View File
@@ -7,6 +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
## Architecture ## Architecture