Skip to content

Commit 7a57a6b

Browse files
authored
Update CONTRIBUTING.md CLA to DCO (#1978)
Update CLA -> DCO (as all onnx projects) Signed-off-by: andife <[email protected]>
1 parent 1d76297 commit 7a57a6b

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,19 @@ New code *must* be accompanied by unit tests.
2424
Please see [Coding Conventions and Standards](http://google.github.io/styleguide/pyguide.html)
2525

2626
# Licensing guidelines
27-
This project welcomes contributions and suggestions. Most contributions require you to
28-
agree to a Contributor License Agreement (CLA) declaring that you have the right to,
29-
and actually do, grant us the rights to use your contribution. For details, visit
30-
https://cla-assistant.io/onnx/tensorflow-onnx.
31-
32-
When you submit a pull request, a CLA-bot will automatically determine whether you need
33-
to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the
34-
instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
27+
This project welcomes contributions and suggestions. The contributions require you to
28+
agree the Developer Certificate of Origin (DCO) declaring that you have the right to,
29+
and actually do, grant us the rights to use your contribution.
30+
31+
When you submit a pull request, a DCO-bot will automatically determine whether you need
32+
to provide a DCO and decorate the PR appropriately.
33+
34+
You are ready to sign your code by using the `-s` flag during your commits.
35+
36+
```sh
37+
git commit -s
38+
```
39+
3540

3641
# Code of conduct
3742
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).

0 commit comments

Comments
 (0)