-
Notifications
You must be signed in to change notification settings - Fork 902
/
Copy pathCODEOWNERS
31 lines (24 loc) · 976 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
26
27
28
29
30
31
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in the repo.
* @jshcrowthe
# Database Code
packages/database @mikelehen @schmidt-sebastian
packages/database-types @mikelehen @schmidt-sebastian
# Firestore Code
packages/firestore @mikelehen @schmidt-sebastian @wilhuff
packages/webchannel-wrapper @mikelehen @schmidt-sebastian @wilhuff
packages/firestore-types @mikelehen @schmidt-sebastian @wilhuff
integration/firestore @mikelehen @schmidt-sebastian @wilhuff
# Storage Code
packages/storage @sphippen
packages/storage-types @sphippen
# Messaging Code
packages/messaging @gauntface @pinarx
packages/messaging-types @gauntface @pinarx
integration/messaging @gauntface @pinarx
# Auth Code
packages/auth @bojeil-google @wti806 @tmsch
packages/auth-types @bojeil-google @wti806 @tmsch
# Testing Code
packages/testing @tonymeng @ryanpbrewster