diff --git a/README.md b/README.md index 1e7f159..307a09c 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,16 @@ Usage ===== Please see http://godoc.org/gopkg.in/joeybloggs/go-validate-yourself.v1 for detailed usage docs. + +Contributing +============ + +There will be a development branch for each version of this package i.e. v1-development, please +make your pull requests against those branches. + +If changes are breaking please create an issue, for discussion and create a pull request against +the highest development branch for example this package has a v1 and v1-development branch +however, there will also be a v2-development brach even though v2 doesn't exist yet. + +I strongly encourage everyone whom creates a custom validation function to contribute them and +help make this package even better. diff --git a/doc.go b/doc.go index a200e2a..a53d7c9 100644 --- a/doc.go +++ b/doc.go @@ -119,7 +119,7 @@ Bad Validator definitions are not handled by the library // this definition of min max will never validate -Baked In Validators +Baked In Validators & Tags Here is a list of the current built in validators: