You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any package which is vital for use in a CLI tool to parse `.codeowners` files ought to be in `pkg`. These packages could be easily used by third party developers to build on top of Codeowners Plus.
3
+
Any package which is vital for use in a CLI tool to parse `.codeowners` files or work with file-reviewer mappings ought to be in `pkg`. These packages could be easily used by third party developers to build on top of Codeowners Plus.
4
4
5
5
Packages which require external or environmental dependencies such as `git` and `github` should live in `internal`. These internal packages should never be imported in `pkg` (exposed) packages.
0 commit comments