Codebase list golang-github-tomnomnom-linkheader / d161bf0b-ace1-4f5c-966b-8e9d1ea5941a/upstream CONTRIBUTING.mkd
d161bf0b-ace1-4f5c-966b-8e9d1ea5941a/upstream

Tree @d161bf0b-ace1-4f5c-966b-8e9d1ea5941a/upstream (Download .tar.gz)

CONTRIBUTING.mkd @d161bf0b-ace1-4f5c-966b-8e9d1ea5941a/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