Contributing to Mosec¶
Before contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Pull Request Process¶
After you have forked this repository, you could use
make installfor the first time to install the local development dependencies.Before committing your changes, you can use
make format && make lintto ensure the codes follow our style standards.Please add corresponding tests to your change if that’s related to new feature or API, and ensure
make testcan pass.Submit your pull request.