From 77617f3fce674c25850836135290b41530af65dd Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Tue, 9 Jul 2024 11:38:48 -0400 Subject: [PATCH] Update CONTRIBUTING.md: CLA -> DCO See https://github.com/connectrpc/connect-query-es/issues/386 Signed-off-by: Dan Rice --- .github/CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d7a0c0c96..f3a8ed5ee 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,9 +8,8 @@ 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]. ## Setup @@ -91,5 +90,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