Merge pull request #1447 from msablic/msablic_frr_cm00002

*: commit message example formatting
This commit is contained in:
Quentin Young 2017-11-14 11:16:33 -05:00 committed by GitHub
commit 8f9b48f955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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: