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:
build/run build/format
build/run build/lint
Commit message style should follow below format:
[Module] Do something great.
Module
could be CI
, IO
or other well-known abbreviations.
Test your commit using default developer docker:
build/run make -j8
build/run make test
Also, CI builds would be triggered if a commit is pushed.