diff options
Diffstat (limited to 'docs/manual/contribute.txt')
-rw-r--r-- | docs/manual/contribute.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt index 3736d61248..2b2783d695 100644 --- a/docs/manual/contribute.txt +++ b/docs/manual/contribute.txt @@ -40,7 +40,7 @@ $ git format-patch -M -n -s -o outgoing origin/master --------------------- This will generate patch files in the +outgoing+ subdirectory, -automatically adding the +signed-off-by+ line. +automatically adding the +Signed-off-by+ line. Once patch files are generated, you can review/edit the commit message before submitting them using your favorite text editor. @@ -106,7 +106,7 @@ Some more paragraph giving some more details. And yet another paragraph giving more details. -Signed-off-by John Doe <john.doe@noname.org> +Signed-off-by: John Doe <john.doe@noname.org> --- Changes v2 -> v3: - foo bar (suggested by Jane) |