Codebase list golang-github-tomnomnom-linkheader / 9e7e1bc9-9b14-4668-8de5-bb7669f4c2a9/upstream CONTRIBUTING.mkd
9e7e1bc9-9b14-4668-8de5-bb7669f4c2a9/upstream

Tree @9e7e1bc9-9b14-4668-8de5-bb7669f4c2a9/upstream (Download .tar.gz)

CONTRIBUTING.mkd @9e7e1bc9-9b14-4668-8de5-bb7669f4c2a9/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