Skip to content

Commit ae904d2

Browse files
authored
docs: Add DCO instructions (#319)
Signed-off-by: Zachary Newman <[email protected]>
1 parent 36a2930 commit ae904d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Pull requests should be targeted at the `master` branch. Before creating a pull
3232
5. [Rebase](http://git-scm.com/book/en/Git-Branching-Rebasing) your local changes against the `master` branch.
3333
6. Run the full project test suite with the `go test ./...` command and confirm that it passes (see [TESTING.md](TESTING.md) for details).
3434
7. Run `go fmt ./...`.
35+
8. You must agree to the [Developer Certificate of Origin](https://developercertificate.org/) for your contributions; use `git commit -s` ([detailed information here](https://wiki.linuxfoundation.org/dco)).
3536

3637
When creating a PR:
3738

0 commit comments

Comments
 (0)