We encourage active participation on this project. If you encountered a bug, please open a Pull Request with a failing test case so it can be addressed properly:
You can ask support question about this project on the following channels:
If you want to contribute with a new validation function, follow the steps:
- Fork the project to your own profile;
- Create a branch with the name of the validation you'd like to add (or the "category" of validation functions, if applicable);
- Make sure to cover the implementation with tests, following the filename
patterns of
[validation]_test.ts. Implementations withouth tests will be rejected; - Open a Pull Request and describe your reasoning clearly;