From 7dcd7ef9dcdbca1712d3122caade5daa80596672 Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Thu, 14 Mar 2024 14:13:58 +0100 Subject: [PATCH] Fix markdownlint Signed-off-by: Florian Hotze --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53a263ef0..b3715bf56 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ Pull requests descriptions should be as clear as possible and include a referenc Pull requests must not contain commits from other users or branches. -Commit messages must start with a capitalized and short summary (max. 50 chars) written in the imperative, +Commit messages must start with a capitalized and short summary (max. 50 chars) written in the imperative, followed by an optional, more detailed explanatory text which is separated from the summary by an empty line. Code review comments may be added to your pull request.