From 2065fadded0b2f325597bc9eed51eb5c9ca303b7 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 13 Oct 2025 12:54:25 -0700 Subject: [PATCH] content: Update commit message guidelines --- content/en/contribute/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/contribute/development.md b/content/en/contribute/development.md index a30adea88..7b50d127d 100644 --- a/content/en/contribute/development.md +++ b/content/en/contribute/development.md @@ -102,7 +102,7 @@ Step 7 : Commit your changes with a descriptive commit message: - Provide a summary on the first line, typically 50 characters or less, followed by a blank line. - - Begin the summary with one of content, theme, config, all, or misc, followed by a colon, a space, and a brief description of the change beginning with a capital letter + - Begin the summary with the name of the package, followed by a colon, a space, and a brief description of the change beginning with a capital letter - Use imperative present tense - See the [commit message guidelines] for requirements - Optionally, provide a detailed description where each line is 72 characters or less, followed by a blank line.