summaryrefslogtreecommitdiff
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, 0 insertions, 10 deletions
diff --git a/vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd b/vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd
deleted file mode 100644
index 0339bec55..000000000
--- a/vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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