aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd')
-rw-r--r--vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd b/vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd
new file mode 100644
index 0000000..0339bec
--- /dev/null
+++ b/vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd
@@ -0,0 +1,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