From 5e3f4f850dc324c1d569c61f55d0b47f68a95be4 Mon Sep 17 00:00:00 2001 From: Jens Freimann Date: Wed, 19 Aug 2020 12:02:28 +0200 Subject: [PATCH] docs: correct contributor guide Signed-off-by example Fixes #163 The Signed-off-by line should also contain the name of the contributor. Fix it in the documentation. Signed-off-by: Jens Freimann --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aa7a88e914..888d63f6e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -542,7 +542,7 @@ that spans as many lines as required. A "Fixes #XXX" comment listing the GitHub issue this change resolves. This comment is required for the main patch in a sequence. See the following examples. -Signed-off-by: +Signed-off-by: Contributors Name ``` #### Pull request format