Skip to content

Commit 8de7d23

Browse files
committed
Minor wording
1 parent 4e6d076 commit 8de7d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styleguide/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Packages
22

3-
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.
44

55
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

Comments
 (0)