How to contribute to MCM project

How to contribute to MCM project#

You’re welcome to contribute source code, document or idea to this project.

Development#

  • 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.

Coding Style#

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>

Issues#

If you find bug in the code, you can submit Issues to let us know.