From 91a0d75f49a9d8ca0622019b61b51b0730516ece Mon Sep 17 00:00:00 2001 From: Mladen Sablic Date: Tue, 14 Nov 2017 16:17:52 +0100 Subject: [PATCH] *: commit message example formatting Having triple backquotes on the same line as code block does not agree with Markdown parser of the repo hosting site. Signed-off-by: Mladen Sablic --- COMMUNITY.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/COMMUNITY.md b/COMMUNITY.md index b90c8ac4e0..8800aab97f 100644 --- a/COMMUNITY.md +++ b/COMMUNITY.md @@ -227,9 +227,11 @@ merged in a timely manner. Commit messages should be formatted in the same way as Linux kernel commit messages. The format is roughly -``` dir: short summary +``` +dir: short summary -extended summary ``` +extended summary +``` `dir` should be the top level source directory under which the change was made. For example, a change in bgpd/rfapi would be formatted as: -- 2.39.5