go-zookeeper/zk

Add contribution guide.

jeffbean opened this issue · 2 comments

The core library should have a guide for contributions

  • all changes come with unit/integration tests.
  • no external libraries (keep it as it is with no dependencies.)
  • at least one peer review
  • maybe some code coverage checks
  • Go style guide (lightly extend the standard library guide)

Shall we close this one?

Thanks for adding the contribution guide!