Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 648 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 648 Bytes

Contributing guidelines

Thanks for considering making contributions to Tendermint Light Client!

Please follow standard github best practices: fork the repo, branch from the tip of develop, make some commits, test your code changes with make test, and submit a pull request to develop.

See the open issues for things we need help with!

Please make sure to use gofmt or goimports before every commit - the easiest way to do this is have your editor run it for you upon saving a file.

You can read the full guide on our site.