aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd
blob: 0339bec5537ce373e9c64a0c97f8ed553574f65e (plain)
1
2
3
4
5
6
7
8
9
10
# 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