Skip to content

Commit

Permalink
docs: Add DCO instructions (#319)
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Newman <z@znewman.net>
  • Loading branch information
znewman01 committed Jun 10, 2022
1 parent 36a2930 commit ae904d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/CONTRIBUTING.md
Expand Up @@ -32,6 +32,7 @@ Pull requests should be targeted at the `master` branch. Before creating a pull
5. [Rebase](http://git-scm.com/book/en/Git-Branching-Rebasing) your local changes against the `master` branch.
6. Run the full project test suite with the `go test ./...` command and confirm that it passes (see [TESTING.md](TESTING.md) for details).
7. Run `go fmt ./...`.
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)).

When creating a PR:

Expand Down

0 comments on commit ae904d2

Please sign in to comment.