Contribution is more than wellcome! Feel free to send you PR! (even if it's WIP)
By contributing, you agree that your contributions will be licensed under Apache-2.0 license.
We recomend you to prepare virtualenv
or non-global Python environment.
Run make install-dev
and make install-fmt
to install all development dependencies.
You can test your changes via make test
in your local machine.
Your PR must pass the CI test before merging.
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
.