File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,19 @@ New code *must* be accompanied by unit tests.
24
24
Please see [ Coding Conventions and Standards] ( http://google.github.io/styleguide/pyguide.html )
25
25
26
26
# 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
+
35
40
36
41
# Code of conduct
37
42
This project has adopted the [ Microsoft Open Source Code of Conduct] ( https://opensource.microsoft.com/codeofconduct/ ) .
You can’t perform that action at this time.
0 commit comments