Codebase list golang-github-tomnomnom-linkheader / b9f7e8cd-a8fa-4453-96a0-1b47b382c469/main CONTRIBUTING.mkd
b9f7e8cd-a8fa-4453-96a0-1b47b382c469/main

Tree @b9f7e8cd-a8fa-4453-96a0-1b47b382c469/main (Download .tar.gz)

CONTRIBUTING.mkd @b9f7e8cd-a8fa-4453-96a0-1b47b382c469/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