Codebase list golang-github-tomnomnom-linkheader / cf186624-9a8a-48d9-8264-06ab90849bc1/upstream CONTRIBUTING.mkd
cf186624-9a8a-48d9-8264-06ab90849bc1/upstream

Tree @cf186624-9a8a-48d9-8264-06ab90849bc1/upstream (Download .tar.gz)

CONTRIBUTING.mkd @cf186624-9a8a-48d9-8264-06ab90849bc1/upstreamraw · history · blame

# Contributing

* Raise an issue if appropriate
* Fork the repo
* Bootstrap the dev dependencies (run `./script/bootstrap`)
* Make your changes
* Use [gofmt](https://golang.org/cmd/gofmt/)
* Make sure the tests pass (run `./script/test`)
* Make sure the linters pass (run `./script/lint`)
* Issue a pull request