Newer
Older
Want to contribute? Great! First, read this page.
### Code guidelines
We expect all submissions to be properly formatted using gofmt.
Golint and govet shall not complain about your code. Gocyclo shall not report
complexity above 15. And your code should not lower the testcoverage of our
codebase.
### Code reviews
All submissions, including submissions by project members, require review. We
use Github pull requests for this purpose.
### License
By sending us your code you agree to release your contribution under the projects
chosen license: Apche License 2.0 (see LICENSE file).