Skip to content

Commit 7dff5e7

Browse files
committed
add CONTRIBUTING.md
1 parent 9a35357 commit 7dff5e7

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CONTRIBUTING.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Contributing
2+
3+
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.
4+
5+
# Checkin procedure
6+
1. Fork the repo
7+
2. git clone your fork
8+
3. Create feature branch
9+
4. Make and checkin your changes along with unit tests
10+
5. git commit your changes
11+
6. git push origin HEAD
12+
7. To request merge into master send a pull request from the web ui
13+
https://github.com/onnx/tensorflow-onnx.
14+
15+
16+
New code *must* be accompanied by unit tests.
17+
18+
*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.
19+
20+
21+
# Coding guidelines
22+
Please see [Coding Conventions and Standards](http://google.github.io/styleguide/pyguide.html)
23+
24+
# Licensing guidelines
25+
This project welcomes contributions and suggestions. Most contributions require you to
26+
agree to a Contributor License Agreement (CLA) declaring that you have the right to,
27+
and actually do, grant us the rights to use your contribution. For details, visit
28+
https://cla-assistant.io/onnx/tensorflow-onnx.
29+
30+
When you submit a pull request, a CLA-bot will automatically determine whether you need
31+
to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the
32+
instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
33+
34+
# Code of conduct
35+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
36+
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
37+
or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 commit comments

Comments
 (0)