Codebase list golang-github-tomnomnom-linkheader / 7200454f-15c7-4489-af86-c43332a26a1e/main CONTRIBUTING.mkd
7200454f-15c7-4489-af86-c43332a26a1e/main

Tree @7200454f-15c7-4489-af86-c43332a26a1e/main (Download .tar.gz)

CONTRIBUTING.mkd @7200454f-15c7-4489-af86-c43332a26a1e/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