Codebase list golang-github-tomnomnom-linkheader / 7002781b-42ff-43c2-938e-5c12a4fe340c/main CONTRIBUTING.mkd
7002781b-42ff-43c2-938e-5c12a4fe340c/main

Tree @7002781b-42ff-43c2-938e-5c12a4fe340c/main (Download .tar.gz)

CONTRIBUTING.mkd @7002781b-42ff-43c2-938e-5c12a4fe340c/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