1
0
mirror of https://github.com/strongdm/comply synced 2024-07-02 15:04:22 +00:00
comply/vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd
2019-07-14 13:51:10 -03:00

11 lines
312 B
Markdown

# 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