1# Contributing
2
3* Raise an issue if appropriate
4* Fork the repo
5* Bootstrap the dev dependencies (run `./script/bootstrap`)
6* Make your changes
7* Use [gofmt](https://golang.org/cmd/gofmt/)
8* Make sure the tests pass (run `./script/test`)
9* Make sure the linters pass (run `./script/lint`)
10* Issue a pull request
11