diff --git a/docs/project-conventions.md b/docs/project-conventions.md index 24ac63a1..a9993a07 100644 --- a/docs/project-conventions.md +++ b/docs/project-conventions.md @@ -8,6 +8,7 @@ Rules extracted from commit history that are specific to this project and not al - Describe intent/behavior, not implementation details - Reverts use `Revert "Original message"` convention - 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. ## Architecture