Codebase list golang-github-tomnomnom-linkheader / efeddd6e-a231-4f9a-bc58-c4150b013ac6/upstream CONTRIBUTING.mkd
efeddd6e-a231-4f9a-bc58-c4150b013ac6/upstream

Tree @efeddd6e-a231-4f9a-bc58-c4150b013ac6/upstream (Download .tar.gz)

CONTRIBUTING.mkd @efeddd6e-a231-4f9a-bc58-c4150b013ac6/upstreamraw · 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