You're welcome to contribute source code, document or idea to this project.
-
Open a new GitHub pull request with the patch (read more about pull requests).
-
Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
-
Add necessary document with PR if it's to enable new feature.
-
Test the PR and make sure it works as expected.
All source code in this project must follow the same coding style, which is defined in .clang-format configure file. Please format your code with "clang-format" tool before submit to PR.
$ clang-format -i <source.c>
If you find bug in the code, you can submit Issues to let us know.