Codebase list golang-github-tomnomnom-linkheader / fd97a220-acef-4839-a030-4e2eee2f0090/main CONTRIBUTING.mkd
fd97a220-acef-4839-a030-4e2eee2f0090/main

Tree @fd97a220-acef-4839-a030-4e2eee2f0090/main (Download .tar.gz)

CONTRIBUTING.mkd @fd97a220-acef-4839-a030-4e2eee2f0090/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