This project welcomes third-party code via GitHub pull requests.
You are welcome to propose and discuss enhancements using project issues.
Branching Policy: The
main
branch is considered stable, at all times. Thedev
branch is the one where all contributions must be merged before being promoted to master. If you plan to propose a patch, please commit into thedev
branch.
Project's standards:
- Every example / source file must refer to LICENSE
- Every example / source file must include the correct copyright notice
- For indentation I am using tabs and not spaces
- Line-endings must be Unix and not DOS style
- Every API header file must be able to compile as the first included header (no implicit dependencies)
Please familiarize yourself with the Apache License 2.0 before contributing.