forked from latticexyz/mud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
25 lines (22 loc) · 822 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence.
* @alvrs @holic
# Package-specific owners. Order is important; the last matching
# pattern takes the most precedence. When someone opens a pull request
# that only modifies a specific package for which there is an owner
# specified, only that owner and not the global owner(s) will be requested
# for a review.
/packages/abi-ts @holic
/packages/block-logs-stream @holic
/packages/cli @alvrs @dk1a
/packages/config @alvrs @dk1a
/packages/create-mud @holic
/packages/dev-tools @holic
/packages/gas-report @alvrs @holic
/packages/protocol-parser @holic
/packages/react @holic
/packages/store @alvrs @dk1a
/packages/store-indexer @holic
/packages/store-sync @holic
/packages/world @alvrs @dk1a
/templates @holic