Codebase list golang-github-tomnomnom-linkheader / c18273e3-f9d3-4858-9410-57ca5935fef5/main CONTRIBUTING.mkd
c18273e3-f9d3-4858-9410-57ca5935fef5/main

Tree @c18273e3-f9d3-4858-9410-57ca5935fef5/main (Download .tar.gz)

CONTRIBUTING.mkd @c18273e3-f9d3-4858-9410-57ca5935fef5/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