Skip to content

Commit 259278e

Browse files
committed
Adds contributing doc
1 parent c1776f3 commit 259278e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.mkd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Contributing
2+
3+
* Raise an issue if appropriate
4+
* Fork the repo
5+
* Make your changes
6+
* Use [gofmt](https://golang.org/cmd/gofmt/)
7+
* Make sure the tests pass (run `./script/test`)
8+
* Make sure the linters pass (run `./script/lint`)
9+
* Issue a pull request

0 commit comments

Comments
 (0)