Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 588 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 588 Bytes

Contributing

If you submit a pull request, please keep the following guidelines in mind:

  1. Code should be go fmt compliant.
  2. Types, structs and funcs should be documented.
  3. 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.

Testing

When working on code in this repository, tests can be run via:

make test

Formatting

When working on code in this repository, formatting can be run via:

make fmt