Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 450 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (6 loc) · 450 Bytes

License

By contributing you agree that your contributions will be licensed under the go-lzop project license.

Code Style

go vet, 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.