summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMladen Sablic <mladen.sablic@gmail.com>2017-11-14 16:17:52 +0100
committerMladen Sablic <mladen.sablic@gmail.com>2017-11-14 16:34:29 +0100
commit91a0d75f49a9d8ca0622019b61b51b0730516ece (patch)
tree56abd0013c83eff4ff126180f12dde3d04e33bec
parent2ebee1aac1d2ea8f4a6a8b8694cc9ef675134c45 (diff)
*: 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 <mladen.sablic@gmail.com>
-rw-r--r--COMMUNITY.md6
1 files 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: