Codebase list golang-github-tomnomnom-linkheader / 89ecd409-1235-4b75-84f4-a389a0b31c82/upstream CONTRIBUTING.mkd
89ecd409-1235-4b75-84f4-a389a0b31c82/upstream

Tree @89ecd409-1235-4b75-84f4-a389a0b31c82/upstream (Download .tar.gz)

CONTRIBUTING.mkd @89ecd409-1235-4b75-84f4-a389a0b31c82/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