Codebase list golang-github-tomnomnom-linkheader / 68396434-0713-4bdd-b255-0c9c8ba0f836/upstream CONTRIBUTING.mkd
68396434-0713-4bdd-b255-0c9c8ba0f836/upstream

Tree @68396434-0713-4bdd-b255-0c9c8ba0f836/upstream (Download .tar.gz)

CONTRIBUTING.mkd @68396434-0713-4bdd-b255-0c9c8ba0f836/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