Skip to content

Commit

Permalink
Enhanced DCO info (#707)
Browse files Browse the repository at this point in the history
Signed-off-by: hbelmiro <[email protected]>
  • Loading branch information
hbelmiro authored Mar 1, 2024
1 parent 8363295 commit 1b04a5e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dco-signoff-hook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ You can also configure it globally (for every repo on your machine) by copying t

You can also sign off your contributions manually by doing ONE of the following:
* Use `git commit -s ...` with each commit to add the sign-off or
* Manually add a `Signed-off-by: Your Name <[email protected]>` to each commit message.
* Manually add a `Signed-off-by: Your Name <[email protected]>` to each commit message.

The email address must match your primary GitHub email. You do NOT need cryptographic (e.g. gpg) signing.
* Use `git commit -s --amend ...` to add a sign-off to the latest commit, if you forgot.

*Note*: Some projects will provide specific configuration to ensure all commits are signed-off. Please check the project's documentation for more details.

0 comments on commit 1b04a5e

Please sign in to comment.