summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-playground/validator/v10/MAINTAINERS.md
blob: b809c4ce1288188a730d031803c33611480e9a29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Maintainers Guide

### Semantic Versioning
Semantic versioning as defined [here](https://semver.org) must be strictly adhered to.

### External Dependencies
Any new external dependencies MUST:
- Have a compatible LICENSE present.
- Be actively maintained.
- Be approved by @go-playground/admins

### PR Merge Requirements
- Up-to-date branch.
- Passing tests and linting.
- CODEOWNERS approval.
- Tests that cover both the Happy and Unhappy paths.