···11+# Contributing to Chunk
22+33+You might need to [install Staticcheck](https://staticcheck.io/docs/getting-started/#installation) if you don't have it in your system yet.
44+55+Then, write and run tests, and use the auto-format as well as the linter tools:
66+77+```console
88+$ gofmt -w ./
99+$ staticcheck ./...
1010+$ go test -race ./...
1111+```