Codebase list golang-github-tomnomnom-linkheader / c3b0b03a-3853-4e3d-ae82-0d3e743160a6/upstream CONTRIBUTING.mkd
c3b0b03a-3853-4e3d-ae82-0d3e743160a6/upstream

Tree @c3b0b03a-3853-4e3d-ae82-0d3e743160a6/upstream (Download .tar.gz)

CONTRIBUTING.mkd @c3b0b03a-3853-4e3d-ae82-0d3e743160a6/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