Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 949 Bytes

File metadata and controls

27 lines (18 loc) · 949 Bytes

Contributing

Bug Reports

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:

Support Questions

You can ask support question about this project on the following channels:

New validation functions

If you want to contribute with a new validation function, follow the steps:

  1. Fork the project to your own profile;
  2. Create a branch with the name of the validation you'd like to add (or the "category" of validation functions, if applicable);
  3. Make sure to cover the implementation with tests, following the filename patterns of [validation]_test.ts. Implementations withouth tests will be rejected;
  4. Open a Pull Request and describe your reasoning clearly;