Skip to content

Commit

Permalink
Adds contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomnomnom committed Jun 4, 2016
1 parent c1776f3 commit 259278e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.mkd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Contributing

* Raise an issue if appropriate
* Fork the repo
* 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

0 comments on commit 259278e

Please sign in to comment.