Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 576 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 576 Bytes

License

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

Code Style

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

Contributors