]> git.proxmox.com Git - mirror_frr.git/commitdiff
*: commit message example formatting
authorMladen Sablic <mladen.sablic@gmail.com>
Tue, 14 Nov 2017 15:17:52 +0000 (16:17 +0100)
committerMladen Sablic <mladen.sablic@gmail.com>
Tue, 14 Nov 2017 15:34:29 +0000 (16:34 +0100)
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 <mladen.sablic@gmail.com>
COMMUNITY.md

index b90c8ac4e07bba1f9b76940e7a4b5f8d2c16b9cb..8800aab97faff153819538767d1f15ff797a86f7 100644 (file)
@@ -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: