From 405be0354a334bf5a37df1c26124ca282e05229f Mon Sep 17 00:00:00 2001 From: Zachary Newman Date: Fri, 10 Jun 2022 12:14:26 -0400 Subject: [PATCH] docs: Add DCO instructions Signed-off-by: Zachary Newman --- docs/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index be87d0ad..4336fec1 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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: