Skip to content
Snippets Groups Projects
Unverified Commit 609ef28c authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Add long-hand sign-off

parent 6df48fba
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ Please read this whole guide and make sure you agree to our DCO agreement (inclu ...@@ -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/). 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 start with an uppercase letter
* The commit subject-line should not exceed 72 characters in length * The commit subject-line should not exceed 72 characters in length
* The commit subject-line should not end with punctuation (., etc) * The commit subject-line should not end with punctuation (., etc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment