Codebase list golang-github-tomnomnom-linkheader / 1d16bb19-5f7c-4832-8647-e47412e2350c/upstream CONTRIBUTING.mkd
1d16bb19-5f7c-4832-8647-e47412e2350c/upstream

Tree @1d16bb19-5f7c-4832-8647-e47412e2350c/upstream (Download .tar.gz)

CONTRIBUTING.mkd @1d16bb19-5f7c-4832-8647-e47412e2350c/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