Codebase list golang-github-tomnomnom-linkheader / run/ec0c8c70-7d88-408d-95a8-74c38f5c27de/main CONTRIBUTING.mkd
run/ec0c8c70-7d88-408d-95a8-74c38f5c27de/main

Tree @run/ec0c8c70-7d88-408d-95a8-74c38f5c27de/main (Download .tar.gz)

CONTRIBUTING.mkd @run/ec0c8c70-7d88-408d-95a8-74c38f5c27de/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