We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d4572 commit fa4a4bfCopy full SHA for fa4a4bf
1 file changed
README.md
@@ -198,9 +198,19 @@ class ValidationFactory {
198
}
199
200
```
201
+Credits
202
+-------
203
204
+Swift Validator is written and maintained by Jeff Potter (@jpotts18) and friends.
205
206
+Currently funded and maintained by [RingSeven](http://ringseven.com)
207
208
+
209
210
+## Contributing
211
-
212
+1. Fork it ( https://github.com/jpotts18/swift-validator/fork )
213
+2. Create your feature branch (`git checkout -b my-new-feature`)
214
+3. Commit your changes (`git commit -am 'Add some feature'`)
215
+4. Push to the branch (`git push origin my-new-feature`)
216
+5. Create a new Pull Request
0 commit comments