diff --git a/HACKING.md b/HACKING.md index 65ac527..66e5c12 100644 --- a/HACKING.md +++ b/HACKING.md @@ -79,10 +79,12 @@ cd contrib ```text === begin example commit === short explanation of the commit - + Longer explanation explaining exactly what's changed, whether any external or private interfaces changed, what bugs were fixed (with bug tracker reference if applicable) and so forth. Be concise but not too brief. + + Signed-off-by : Username === end example commit === ``` @@ -101,6 +103,8 @@ cd contrib git commit -a --author "Joe Coder " ``` +- "Signed-off-by:" tags should be included" in the commit message. + ## Coding Style - Please follow the coding style already used.