MAINTAINERS.md (450B)
1 ## Maintainers Guide 2 3 ### Semantic Versioning 4 Semantic versioning as defined [here](https://semver.org) must be strictly adhered to. 5 6 ### External Dependencies 7 Any 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.