Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 701 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (13 loc) · 701 Bytes

Contribution Guideline

Contribution is more than wellcome! Feel free to send you PR! (even if it's WIP)

License

By contributing, you agree that your contributions will be licensed under Apache-2.0 license.

Install development dependencies

We recomend you to prepare virtualenv or non-global Python environment. Run make install-dev and make install-fmt to install all development dependencies.

Testing

You can test your changes via make test in your local machine. Your PR must pass the CI test before merging.

Format

Please run make format and make check in your local machine to align the format. You can install the development dependency by make install-fmt.