Codebase list golang-github-tomnomnom-linkheader / e5c43c4e-c076-4235-a0c9-f3275c379c25/main CONTRIBUTING.mkd
e5c43c4e-c076-4235-a0c9-f3275c379c25/main

Tree @e5c43c4e-c076-4235-a0c9-f3275c379c25/main (Download .tar.gz)

CONTRIBUTING.mkd @e5c43c4e-c076-4235-a0c9-f3275c379c25/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