mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-26 03:58:24 +00:00
*: 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>
This commit is contained in:
parent
2ebee1aac1
commit
91a0d75f49
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user