Skip to content

Commit acbc848

Browse files
Dean KarnDean Karn
authored andcommitted
Merge branch 'v1' into v1-development
2 parents cb3aebb + c63f5f5 commit acbc848

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,16 @@ Usage
2222
=====
2323

2424
Please see http://godoc.org/gopkg.in/joeybloggs/go-validate-yourself.v1 for detailed usage docs.
25+
26+
Contributing
27+
============
28+
29+
There will be a development branch for each version of this package i.e. v1-development, please
30+
make your pull requests against those branches.
31+
32+
If changes are breaking please create an issue, for discussion and create a pull request against
33+
the highest development branch for example this package has a v1 and v1-development branch
34+
however, there will also be a v2-development brach even though v2 doesn't exist yet.
35+
36+
I strongly encourage everyone whom creates a custom validation function to contribute them and
37+
help make this package even better.

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Bad Validator definitions are not handled by the library
119119
120120
// this definition of min max will never validate
121121
122-
Baked In Validators
122+
Baked In Validators & Tags
123123
124124
Here is a list of the current built in validators:
125125

0 commit comments

Comments
 (0)