Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.62 KB

CONTRIBUTING.md

File metadata and controls

44 lines (30 loc) · 1.62 KB

Contributing

We're always looking for your help to fix bugs and improve the product. Create a pull request and we'll be happy to take a look.

Checkin procedure

  1. Fork the repo
  2. git clone your fork
  3. Create feature branch
  4. Make and checkin your changes along with unit tests
  5. git commit your changes
  6. git push origin HEAD
  7. To request merge into main send a pull request from the web ui https://github.com/onnx/tensorflow-onnx.

New code must be accompanied by unit tests.

Note: After creating a pull request, you will see a build getting triggered right away. You may check if style check and unit tests are passing.

Coding guidelines

Please see Coding Conventions and Standards

Licensing guidelines

This project welcomes contributions and suggestions. The contributions require you to agree the Developer Certificate of Origin (DCO) declaring that you have the right to, and actually do, grant us the rights to use your contribution.

When you submit a pull request, a DCO-bot will automatically determine whether you need to provide a DCO and decorate the PR appropriately.

You are ready to sign your code by using the -s flag during your commits.

git commit -s

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.