We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1776f3 commit 259278eCopy full SHA for 259278e
CONTRIBUTING.mkd
@@ -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