Codebase list golang-github-tomnomnom-linkheader / 093e244b-0ea4-4a73-96c4-1257fcb13466/main CONTRIBUTING.mkd
093e244b-0ea4-4a73-96c4-1257fcb13466/main

Tree @093e244b-0ea4-4a73-96c4-1257fcb13466/main (Download .tar.gz)

CONTRIBUTING.mkd @093e244b-0ea4-4a73-96c4-1257fcb13466/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