Skip to content

Commit cd003a0

Browse files
authored
Update CONTRIBUTING.md: CLA -> DCO (#765)
See connectrpc/connect-query-es#386 --------- Signed-off-by: Dan Rice <[email protected]>
1 parent 829c23c commit cd003a0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/CONTRIBUTING.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ pull request review much smoother. In your issue, pull request, and any other
99
communications, please remember to treat your fellow contributors with
1010
respect!
1111

12-
Note that you'll need to sign the [Contributor License Agreement][cla] before
13-
we can accept any of your contributions. If necessary, a bot will remind you to
14-
accept the CLA when you open your pull request.
12+
Note that for a contribution to be accepted, you must sign off on all commits
13+
in order to affirm that they comply with the [Developer Certificate of Origin][dco].
14+
Make sure to configure `git` with the same name and E-Mail as your GitHub account,
15+
and run `git commit` with the `-s` flag to sign. If necessary, a bot will remind
16+
you to sign your commits when you open your pull request, and provide helpful tips.
1517

1618
## Setup
1719

@@ -70,5 +72,5 @@ We're much more likely to approve your changes if you:
7072

7173
[fork]: https://github.com/connectrpc/connect-go/fork
7274
[open-issue]: https://github.com/connectrpc/connect-go/issues/new
73-
[cla]: https://cla-assistant.io/connectrpc/connect-go
75+
[dco]: https://developercertificate.org
7476
[commit-message]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

0 commit comments

Comments
 (0)