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 <jfreiman@redhat.com>
This commit is contained in:
Jens Freimann 2020-08-19 12:02:28 +02:00 committed by Jens Freimann
parent 6e57d3ec92
commit 5e3f4f850d

View File

@ -542,7 +542,7 @@ that spans as many lines as required.
A "Fixes #XXX" comment listing the GitHub issue this change resolves. 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. This comment is required for the main patch in a sequence. See the following examples.
Signed-off-by: <contributor@foo.com> Signed-off-by: Contributors Name <contributor@foo.com>
``` ```
#### Pull request format #### Pull request format