From e455eff3c7182327b1dfafa760b742a5d8e25a4b Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Sat, 14 Feb 2015 13:50:37 -0500 Subject: [PATCH] Add to README add contribution documentation. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1e7f159..3dd8553 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,15 @@ Usage ===== Please see http://godoc.org/gopkg.in/joeybloggs/go-validate-yourself.v1 for detailed usage docs. + +Contributing +============ + +There will be a development brach for each version of this package i.e. v1-development, please +make your pull requests against this branch. + +If changes are breaking please create an issue, I'll create a new version that you can make a pull +request against, and then review from there. + +I strongly encourage everyone whom creates a custom validation function to contribute them and +help make this package even better.