mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-13 20:31:31 +00:00
Merge pull request #1290 from qlyoung/doc-commit-msgs
doc: add docs for commit message format
This commit is contained in:
commit
2c38ed7789
17
COMMUNITY.md
17
COMMUNITY.md
@ -222,6 +222,23 @@ merged in a timely manner.
|
||||
|
||||
## Developer's Guidelines
|
||||
|
||||
### Commit messages
|
||||
|
||||
Commit messages should be formatted in the same way as Linux kernel commit
|
||||
messages. The format is roughly
|
||||
|
||||
``` dir: short 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:
|
||||
|
||||
`bgpd: short summary`
|
||||
|
||||
The first line should be no longer than 50 characters. Subsequent lines should
|
||||
be wrapped to 72 characters.
|
||||
|
||||
### Source file header
|
||||
|
||||
New files need to have a Copyright header (see [License for
|
||||
|
Loading…
Reference in New Issue
Block a user