16 lines
542 B
Plaintext
16 lines
542 B
Plaintext
|
# the title begins with a verb, imperative mode
|
||
|
# no trailing dot
|
||
|
component: summarize changes in 50 char or less
|
||
|
|
||
|
# Focus on why you are making this change as opposed to how (the code
|
||
|
# explains that).
|
||
|
# Wrap line at 72 characters. Bullet points list is better, but full
|
||
|
# paragraphs are possible too.
|
||
|
* Adds your new feature.
|
||
|
* Fixes an existing issue, may closes #issue.
|
||
|
* Improves and existing feature.
|
||
|
|
||
|
# No `Signed-off-by` line anymore.
|
||
|
# Multiple `Co-Authored-by` lines are allowed.
|
||
|
Co-Authored-by: Olivier DOSSMANN <git@dossmann.net>
|