Codebase list golang-github-tomnomnom-linkheader / e4f0333f-eed5-4f0a-93b6-be5288923681/upstream CONTRIBUTING.mkd
e4f0333f-eed5-4f0a-93b6-be5288923681/upstream

Tree @e4f0333f-eed5-4f0a-93b6-be5288923681/upstream (Download .tar.gz)

CONTRIBUTING.mkd @e4f0333f-eed5-4f0a-93b6-be5288923681/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