🧱 Chunk is a download manager for slow and unstable servers
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #15 from cuducos/contributing

Adds contribution guide

authored by

Eduardo Cuducos and committed by
GitHub
5d60fce4 b5ffd71f

+11
+11
CONTRIBUTING.md
··· 1 + # Contributing to Chunk 2 + 3 + You might need to [install Staticcheck](https://staticcheck.io/docs/getting-started/#installation) if you don't have it in your system yet. 4 + 5 + Then, write and run tests, and use the auto-format as well as the linter tools: 6 + 7 + ```console 8 + $ gofmt -w ./ 9 + $ staticcheck ./... 10 + $ go test -race ./... 11 + ```