From 283e0bd5ea4661d31139c237e9da8c02f63685f3 Mon Sep 17 00:00:00 2001 From: Jens Remus Date: Tue, 21 Nov 2017 14:26:46 +0100 Subject: [PATCH] CONTRIBUTING: Clarifications to Signed-off-by requirement Mention that the Signed-off-by line should be at the bottom of every commit message and that the e-mail address must be valid. Signed-off-by: Jens Remus Acked-by: Michael Holzheu Signed-off-by: Michael Holzheu --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0c79b89b..2852a8bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,13 +42,15 @@ Developer's Certificate of Origin 1.1 this project or the open source license(s) involved. ``` -If you can certify the above, just add a line saying: +If you can certify the above, just add a line stating the following at the +bottom of each of your commit messages: ``` Signed-off-by: Random Developer ``` -Please use your real name (no pseudonyms or anonymous contributions). +Please use your real name and a valid e-mail address (no pseudonyms or anonymous +contributions). Submitting code ---------------