From e2e44f4d1c087401116f89395e501fb8cccc08cc Mon Sep 17 00:00:00 2001 From: Riyas Valiyadan Date: Mon, 25 Apr 2022 11:47:46 +0530 Subject: [PATCH] Updated CommitMessage (markdown) --- CommitMessage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommitMessage.md b/CommitMessage.md index 8280d378..ee394856 100644 --- a/CommitMessage.md +++ b/CommitMessage.md @@ -13,7 +13,7 @@ Fixes #nnnn Notably, for the subject (the first line of description): * the name of the package affected by the change goes before the colon -* the part after the colon uses the verb tense + phrase that completes the blank in, *"This change modifies Go to ___________"* +* the part after the colon uses the verb tense + phrase that completes the blank in, *"this change modifies Go to ___________"* * the verb after the colon is lowercase * there is no trailing period * it should be kept as short as possible (many git viewing tools prefer under ~76 characters, though Go isn't super strict about this).