Codebase list golang-github-tomnomnom-linkheader / 2c5156a9-167e-42c7-9135-0415b896f209/upstream CONTRIBUTING.mkd
2c5156a9-167e-42c7-9135-0415b896f209/upstream

Tree @2c5156a9-167e-42c7-9135-0415b896f209/upstream (Download .tar.gz)

CONTRIBUTING.mkd @2c5156a9-167e-42c7-9135-0415b896f209/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