aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-08-22 15:27:57 +0100
committerGitHub <noreply@github.com>2016-08-22 15:27:57 +0100
commitbc966492134279c03458cab2ed2f2f51104ee283 (patch)
treeca302b05cbc396794c8ef1d8a517f6b5bed8a1e0 /README.md
parentdb8b52608b18301b11b54fdfd0363b5e77fa6567 (diff)
Update README
Add contributing section
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 82ceed7..799ba9c 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@
- [Configuring SSH](#configuring-ssh)
- [Revoking certificates](#revoking-certificates)
- [Future Work](#future-work)
+- [Contributing](#contributing)
# Cashier
@@ -217,3 +218,7 @@ Remember that the `revoked_keys` file **must** exist and **must** be readable by
# Future Work
- Host certificates - only user certificates are supported at present.
+
+# Contributing
+Pull requests are welcome but forking Go repos can be a pain. [This is a good guide to forking and creating pull requests for Go projects](https://splice.com/blog/contributing-open-source-git-repositories-go/).
+Dependencies are vendored with [govendor](https://github.com/kardianos/govendor).