Codebase list golang-github-tomnomnom-linkheader / 4afdc78f-28f2-4fd8-8684-e529cab79dcb/main CONTRIBUTING.mkd
4afdc78f-28f2-4fd8-8684-e529cab79dcb/main

Tree @4afdc78f-28f2-4fd8-8684-e529cab79dcb/main (Download .tar.gz)

CONTRIBUTING.mkd @4afdc78f-28f2-4fd8-8684-e529cab79dcb/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