Codebase list golang-github-tomnomnom-linkheader / 93262f64-71f8-486f-a221-73aeaf42a091/upstream CONTRIBUTING.mkd
93262f64-71f8-486f-a221-73aeaf42a091/upstream

Tree @93262f64-71f8-486f-a221-73aeaf42a091/upstream (Download .tar.gz)

CONTRIBUTING.mkd @93262f64-71f8-486f-a221-73aeaf42a091/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