From c84dc2fe98f40b4bece7d39a43f94a7367ea51cf Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Fri, 8 Nov 2024 08:22:07 -0500 Subject: [PATCH] Add a note about the Git commit convention --- Developing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Developing.md b/Developing.md index 8c91555..6510191 100644 --- a/Developing.md +++ b/Developing.md @@ -42,6 +42,9 @@ ## Commit Message Convention Git commit messages should follow [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/). +> [!NOTE] +> Only the commits to `trunk` are required to follow this convention. + ### Types Refer to the table below for valid commit types: