Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 318 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 318 Bytes

Contributing

To build and test the code in this repository:

go build ./...
go test ./...

The test suite in particular needs a great deal of work, both in terms of adding tests, and in documenting procedures for measuring coverage.

TODO

  • Define contributor license agreement and signature process.