From d769e97484b20f62835ae9c1797d300c621d267d Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Tue, 9 Jul 2024 11:37:54 -0400 Subject: [PATCH 1/2] 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 300dea0..a297276 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 @@ -67,6 +66,6 @@ We're much more likely to approve your changes if you: [fork]: https://github.com/connectrpc/envoy-demo/fork [open-issue]: https://github.com/connectrpc/envoy-demo/issues/new -[cla]: https://cla-assistant.io/connectrpc/envoy-demo +[dco]: https://developercertificate.org [commit-message]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html From 77db920d579bd76bc4d7fc84099b231490341d3c Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Wed, 10 Jul 2024 10:24:02 -0400 Subject: [PATCH 2/2] Update DCO language Signed-off-by: Dan Rice --- .github/CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a297276..5efb337 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,6 +10,9 @@ respect! 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