Skip to content

Commit

Permalink
Merge pull request #61 from radimkrcmar/fix-signed-off-by-formatting
Browse files Browse the repository at this point in the history
CONTRIBUTING: fix signed-off-by formatting
  • Loading branch information
wmat authored Jan 2, 2025
2 parents 9a10991 + 6d16edf commit c9c989c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ By making a contribution to this project, I certify that:

# DCO Sign-Off Methods
The DCO necessitates the inclusion of a sign-off message in the following format for each commit within the pull request:

```
Signed-off-by: Stephano Cetola <[email protected]>

```
Please use your real name in the sign-off message.

You can manually add the DCO text to your commit body or include either -s or --signoff in your standard Git commit commands. If you forget to incorporate the sign-off, you can also amend a previous commit with the sign-off by executing git commit --amend -s. If you have already pushed your changes to GitHub, you will need to force push your branch afterward using git push -f.
Expand Down

0 comments on commit c9c989c

Please sign in to comment.