From 808d8278e0570782da58dbc5f74920eddb2cfb4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yanis=20Zafir=C3=B3pulos?= <1265028+drkameleon@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:39:56 +0200 Subject: [PATCH] updated documentation --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3d8ddfc..49ca7f6 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ * [What does this package do?](#what-does-this-package-do) * [How do I use it?](#how-do-i-use-it) * [Function Reference](#function-reference) +* [Contributing](#contributing) * [License](#license) @@ -88,6 +89,16 @@ check if given string is valid - *:logical* +### Contributing + +Validator.art has been designed with flexibility and extensibility in mind. + +- Have you noticed an error and want to fix sth? +- Do you want to add more tests to a given validator to make it more robust? +- Do you want to add a new one (Have a look into the [sample validator](docs/sample.art)!) + +You are 100% welcome! Just make a PR and I'll be more than glad to merge it! :wink +
### License