From 86944b0fb15f89bc1173efabbce556260a410154 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Thu, 6 May 2021 23:44:16 +0200 Subject: [PATCH] docs: remove requirement about capitalization Seems a bit too pedantic. --- doc/contributing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing.adoc b/doc/contributing.adoc index 4babb93f5..9e6a4d9f0 100644 --- a/doc/contributing.adoc +++ b/doc/contributing.adoc @@ -163,7 +163,7 @@ The commit messages should follow the {seven-rules}[seven rules]. We also ask yo {long description} ---- -where `{component}` refers to the code component (or module) your change affects, `{description}` is a very brief description of your change, and `{long description}` is an optional clarifying description. Note, `{description}` should start with a lower case letter. As a rare exception, if there is no clear component, or your change affects many components, then the `{component}` part is optional. See <> for a commit message that fulfills these requirements. +where `{component}` refers to the code component (or module) your change affects, `{description}` is a very brief description of your change, and `{long description}` is an optional clarifying description. As a rare exception, if there is no clear component, or your change affects many components, then the `{component}` part is optional. See <> for a commit message that fulfills these requirements. [[ex-commit-message]] .Compliant commit message