Codebase list golang-github-tomnomnom-linkheader / run/caa1428e-db50-4436-a4cd-bd4392779448/main CONTRIBUTING.mkd
run/caa1428e-db50-4436-a4cd-bd4392779448/main

Tree @run/caa1428e-db50-4436-a4cd-bd4392779448/main (Download .tar.gz)

CONTRIBUTING.mkd @run/caa1428e-db50-4436-a4cd-bd4392779448/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