Skip to content

Commit

Permalink
docs: CONTRIBUTING elaborate signoff (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored and AugustusKling committed Mar 1, 2024
1 parent a7595d1 commit b9e046d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ Apply the coding style via:

## Sign off your commits

Please sign off your commits,
to show that you agree to publish your changes under the current terms and licenses of the project.
Please sign off your commits, to show that you agree to publish your changes under the current terms and licenses of the project
, and to indicate agreement with [Developer Certificate of Origin (DCO)](https://developercertificate.org/).

```shell
git commit --signed-off ...
git commit --signoff ...
```

Doing so adds a message to your commit message as described in https://git-scm.com/docs/git-commit#Documentation/git-commit.txt--s

0 comments on commit b9e046d

Please sign in to comment.