Codebase list golang-github-tomnomnom-linkheader / 1402d4a8-13dd-4b70-9a18-1dd1d0acbf4e/upstream CONTRIBUTING.mkd
1402d4a8-13dd-4b70-9a18-1dd1d0acbf4e/upstream

Tree @1402d4a8-13dd-4b70-9a18-1dd1d0acbf4e/upstream (Download .tar.gz)

CONTRIBUTING.mkd @1402d4a8-13dd-4b70-9a18-1dd1d0acbf4e/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