From 3676c71c32068a2c24e8352b380bb34a1aed4276 Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Mon, 25 May 2026 13:36:24 +0800 Subject: [PATCH] HACKING: Add Signed-off-by tag in the commit message - Signed-off-by tag should be included in the commit message. - Update the commit message example. Signed-off-by: Kate Hsuan --- HACKING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.