Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.79 KB

File metadata and controls

56 lines (39 loc) · 1.79 KB

Contributor's guide

Commit signing

Enable commit signing

git config commit.gpgsign true

Prerequisites for the local development

sudo apt-get install libclang-dev

Code quality assurance

Install a pre-push git hook:

git config core.hooksPath .githooks

Node

See README

Tools

Useful links

Use PR templates for contributions