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

Latest commit

 

History

History
10 lines (6 loc) · 439 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (6 loc) · 439 Bytes

License

By contributing you agree that your contributions will be licensed under the grim project license.

Code Style

golint and go fmt should be run on all submitted code contributions. The standard copyright header should be included in all new source files.

Tests

Submissions will be rejected if they cause existing tests to fail. New code contributions are expected to maintain a high standard of test coverage.