...

Text file src/github.com/go-playground/validator/v10/MAINTAINERS.md

Documentation: github.com/go-playground/validator/v10

     1## Maintainers Guide
     2
     3### Semantic Versioning
     4Semantic versioning as defined [here](https://semver.org) must be strictly adhered to.
     5
     6### External Dependencies
     7Any new external dependencies MUST:
     8- Have a compatible LICENSE present.
     9- Be actively maintained.
    10- Be approved by @go-playground/admins
    11
    12### PR Merge Requirements
    13- Up-to-date branch.
    14- Passing tests and linting.
    15- CODEOWNERS approval.
    16- Tests that cover both the Happy and Unhappy paths.

View as plain text