From 70392857fada902995887248d75057c711265400 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 5 Mar 2026 20:33:54 +0000 Subject: [PATCH] Add project convention around co-authoring in commit messages --- docs/project-conventions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/project-conventions.md b/docs/project-conventions.md index e72418b6..24ac63a1 100644 --- a/docs/project-conventions.md +++ b/docs/project-conventions.md @@ -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 - Describe intent/behavior, not implementation details - Reverts use `Revert "Original message"` convention +- NEVER ADD a co-authored by reference in the message body ## Architecture