Codebase list golang-github-tomnomnom-linkheader / e67c1a23-1b2e-4301-9379-d9d817327949/main CONTRIBUTING.mkd
e67c1a23-1b2e-4301-9379-d9d817327949/main

Tree @e67c1a23-1b2e-4301-9379-d9d817327949/main (Download .tar.gz)

CONTRIBUTING.mkd @e67c1a23-1b2e-4301-9379-d9d817327949/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