Codebase list golang-github-tomnomnom-linkheader / e138d8e0-f981-430b-a4e7-bd8d087d7e96/upstream CONTRIBUTING.mkd
e138d8e0-f981-430b-a4e7-bd8d087d7e96/upstream

Tree @e138d8e0-f981-430b-a4e7-bd8d087d7e96/upstream (Download .tar.gz)

CONTRIBUTING.mkd @e138d8e0-f981-430b-a4e7-bd8d087d7e96/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