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