Codebase list golang-github-tomnomnom-linkheader / 1c924fde-6f2b-4f02-8eef-21042651ceaf/upstream CONTRIBUTING.mkd
1c924fde-6f2b-4f02-8eef-21042651ceaf/upstream

Tree @1c924fde-6f2b-4f02-8eef-21042651ceaf/upstream (Download .tar.gz)

CONTRIBUTING.mkd @1c924fde-6f2b-4f02-8eef-21042651ceaf/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