We appreciate all contributions to improve HybridBackend. You can create an issue or send a pull request.
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub
Before any commits, please use below tools to format and check code style:
cibuild/run cibuild/format
cibuild/run cibuild/lint
Commit message style should follow below format:
[Module] Do something great.
Module
could be CI
, IO
or other well-known abbreviations.
Build code with default developer docker:
cibuild/run make -j8
Test your commit in local node:
cibuild/run make test
Also, CI builds would be triggered if a commit is pushed.