Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 946 Bytes

CONTRIBUTING.md

File metadata and controls

42 lines (27 loc) · 946 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:

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.

Package building

Build code with default developer docker:

cibuild/run make -j8

Unit tests

Test your commit in local node:

cibuild/run make test

Also, CI builds would be triggered if a commit is pushed.