Codebase list golang-github-tomnomnom-linkheader / ce094ca8-cdce-4412-b7b4-4be56f085808/main CONTRIBUTING.mkd
ce094ca8-cdce-4412-b7b4-4be56f085808/main

Tree @ce094ca8-cdce-4412-b7b4-4be56f085808/main (Download .tar.gz)

CONTRIBUTING.mkd @ce094ca8-cdce-4412-b7b4-4be56f085808/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