Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 265 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 265 Bytes

Contributing

Issues

Please check out the currently open issues here.

Tests and Linting

To run tests locally:

go test ./...

To run the linters locally:

golangci-lint run ./...