From: Mladen Sablic Date: Tue, 14 Nov 2017 15:17:52 +0000 (+0100) Subject: *: commit message example formatting X-Git-Tag: frr-4.0-dev~152^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=91a0d75f49a9d8ca0622019b61b51b0730516ece;p=mirror%2Ffrr.git *: 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 --- 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: