diff options
author | John Plaxco <john@johnplaxco.com> | 2018-12-23 07:38:11 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-12-23 19:59:47 +0100 |
commit | 95736506fe10fdc4fb5facaf2bd2dac5c4b179da (patch) | |
tree | 4dd27100bb7924929d0016542614f1f43abf85f7 /README.md | |
parent | 5c0497e14b57a6ee420f4383e3cf72ac5a445064 (diff) | |
download | subsurface-95736506fe10fdc4fb5facaf2bd2dac5c4b179da.tar.gz |
Add/clarify email requirement to contribution documentation.
Make it easier for new contributors to get going by making the
Signed-off-by line more clearly explained.
Signed-off-by: John Plaxco <john@johnplaxco.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ future self can read the patch, but might not understand why a particular solution was implemented. Reported-by: whoever-reported-it -Signed-off-by: Your Name <youremail@yourhost.com> +Signed-off-by: Your Name <you@example.com> ``` where that header line really should be meaningful, and really should be |