summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: