Merge pull request #165 from jensfr/patch-1

docs: correct contributor guide Signed-off-by example
This commit is contained in:
James O. D. Hunt 2020-08-24 09:50:38 +01:00 committed by GitHub
commit dc766bc3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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