Codebase list golang-github-tomnomnom-linkheader / 3b7cb2c1-39bc-4388-b2ac-f5f62e610394/main CONTRIBUTING.mkd
3b7cb2c1-39bc-4388-b2ac-f5f62e610394/main

Tree @3b7cb2c1-39bc-4388-b2ac-f5f62e610394/main (Download .tar.gz)

CONTRIBUTING.mkd @3b7cb2c1-39bc-4388-b2ac-f5f62e610394/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