From 5bdbbd030520fc7c896de10c09a048971cbe0413 Mon Sep 17 00:00:00 2001 From: Finn <139806439+finn-block@users.noreply.github.com> Date: Fri, 8 Aug 2025 08:41:44 -0700 Subject: [PATCH] Add a message about DCO to CONTRIBUTING.md (#3741) Co-authored-by: angiejones --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d76302e10c..45450bc51d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -217,6 +217,13 @@ This project follows the [Conventional Commits](https://www.conventionalcommits. [nvm]: https://github.com/nvm-sh/nvm [just]: https://github.com/casey/just?tab=readme-ov-file#installation +## Developer Certificate of Origin + +This project requires a [Developer Certificate of Origin](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin) sign-offs on all commits. This is a statement indicating that you are allowed to make the contribution and that the project has the right to distribute it under its license. When you are ready to commit, use the `--signoff` flag to attach the sign-off to your commit. + +``` +git commit --signoff ... +``` ## Other Ways to Contribute