From 27bc263d9fe27ac4c8797f49687f65a236a3dd1a Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Wed, 10 Jul 2024 11:27:44 -0400 Subject: [PATCH] Update CONTRIBUTING.md: CLA -> DCO (#1707) Signed-off-by: Dan Rice --- .github/CONTRIBUTING.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d7a0c0c96..5b5298d0c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,9 +8,11 @@ pull request review much smoother. In your issue, pull request, and any other communications, please remember to treat your fellow contributors with respect! -Note that you'll need to sign [Buf's Contributor License Agreement][cla] -before we can accept any of your contributions. If necessary, a bot will remind -you to accept the CLA when you open your pull request. +Note that for a contribution to be accepted, you must sign off on all commits +in order to affirm that they comply with the [Developer Certificate of Origin][dco]. +Make sure to configure `git` with the same name and E-Mail as your GitHub account, +and run `git commit` with the `-s` flag to sign. If necessary, a bot will remind +you to sign your commits when you open your pull request, and provide helpful tips. ## Setup @@ -91,5 +93,5 @@ After updating dependencies, make sure to run all tests and checks with `./manag [react-native-guide]: https://react-native-community.github.io/upgrade-helper/) [fork]: https://github.com/connectrpc/examples-es/fork [open-issue]: https://github.com/connectrpc/examples-es/issues/new -[cla]: https://cla-assistant.io/connectrpc/examples-es +[dco]: https://developercertificate.org [commit-message]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html