If you submit a pull request, please keep the following guidelines in mind:
- Code should be
go fmt
compliant. - Types, structs and funcs should be documented.
- Tests pass.
All pull requests must be submitted under the Apache 2.0 license and will be reviewed by a Spot team member before being merged in. Accompanying unit tests, where possible, are appreciated.
When working on code in this repository, tests can be run via:
make test
When working on code in this repository, formatting can be run via:
make fmt