CONTRIBUTING.md
February 21, 2019 · View on GitHub
ONNC is a “release often” project. To keep up with the development or share your ideas, please join mailing list now! now!
How to contribute your code (in sequence)
- Ensure your idea have discussed in mailing list.
- Post your summary and implementation plan in Issues.
- Implement and run unittest.
- Create Pull Request, then report PR number to corresponding mailing list or Issues.
Running unittests
- Build with debug mode, take onnc-umbrella as an example:
- {ONNC}
- {ONNC} && ./build.sh dbg ${TARGET_TO_INSTALL}
- You will have a executable file named "unittest" in build-dbg/tools.
- Run "unittest", and get all pass.