Codebase list golang-github-tomnomnom-linkheader / 8f2ebd44-018a-4697-a3e8-4bec68da9e53/main CONTRIBUTING.mkd
8f2ebd44-018a-4697-a3e8-4bec68da9e53/main

Tree @8f2ebd44-018a-4697-a3e8-4bec68da9e53/main (Download .tar.gz)

CONTRIBUTING.mkd @8f2ebd44-018a-4697-a3e8-4bec68da9e53/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