Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 887 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 887 Bytes

How to contribute

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

Code style

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.

Building and testing

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.