Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 604 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 604 Bytes

Contributing

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: Apache License 2.0 (see LICENSE file).