Codebase list golang-github-tomnomnom-linkheader / 3b120a0f-6375-4e0a-b9af-769303d25f01/main CONTRIBUTING.mkd
3b120a0f-6375-4e0a-b9af-769303d25f01/main

Tree @3b120a0f-6375-4e0a-b9af-769303d25f01/main (Download .tar.gz)

CONTRIBUTING.mkd @3b120a0f-6375-4e0a-b9af-769303d25f01/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