From 609ef28cadd477849456aa624a995b27ad3d5eb3 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Tue, 2 Oct 2018 09:30:00 +0100 Subject: [PATCH] Add long-hand sign-off Signed-off-by: Alex Ellis (VMware) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e85c7e91..2166d6cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,7 +61,7 @@ Please read this whole guide and make sure you agree to our DCO agreement (inclu The first line of the commit message is the *subject*, this should be followed by a blank line and then a message describing the intent and purpose of the commit. These guidelines are based upon a [post by Chris Beams](https://chris.beams.io/posts/git-commit/). -* When you run `git commit` make sure you sign-off the commit by typing `git commit -s`. +* When you run `git commit` make sure you sign-off the commit by typing `git commit --signoff` or `git commit -s`. * The commit subject-line should start with an uppercase letter * The commit subject-line should not exceed 72 characters in length * The commit subject-line should not end with punctuation (., etc)