diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8b34b7a..7d2008a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,8 +50,8 @@ poetry run tox run ## 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 ...