Codebase list golang-github-tomnomnom-linkheader / c819a74f-57d8-466f-b4d1-1d429c2a5571/main CONTRIBUTING.mkd
c819a74f-57d8-466f-b4d1-1d429c2a5571/main

Tree @c819a74f-57d8-466f-b4d1-1d429c2a5571/main (Download .tar.gz)

CONTRIBUTING.mkd @c819a74f-57d8-466f-b4d1-1d429c2a5571/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