Codebase list golang-github-tomnomnom-linkheader / cfd5f76b-5a6f-4456-b0e3-2b91f2c5c336/main CONTRIBUTING.mkd
cfd5f76b-5a6f-4456-b0e3-2b91f2c5c336/main

Tree @cfd5f76b-5a6f-4456-b0e3-2b91f2c5c336/main (Download .tar.gz)

CONTRIBUTING.mkd @cfd5f76b-5a6f-4456-b0e3-2b91f2c5c336/mainraw · 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