Codebase list golang-github-tomnomnom-linkheader / kali/0.1.0+git20180905-0kali1 CONTRIBUTING.mkd
kali/0.1.0+git20180905-0kali1

Tree @kali/0.1.0+git20180905-0kali1 (Download .tar.gz)

CONTRIBUTING.mkd @kali/0.1.0+git20180905-0kali1raw · 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