-
-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
34 lines (28 loc) · 1.45 KB
/
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
32
33
34
#
# Code owners - this lists first the primary dev, then second, the platform advocate for each area
#
# @darcywong00 @mcdurdin @ermshiperete @rc-swag @SabineSIL @sgschantz
/android/ @darcywong00 @rc-swag
/common/ @mcdurdin @jahorton
/common/core/desktop/ @mcdurdin @jahorton
/common/core/web/ @jahorton @ermshiperete
/common/lexical-model-types/ @jahorton @mcdurdin
/common/models/ @jahorton @mcdurdin
/common/predictive-text/ @jahorton @mcdurdin
/common/schemas/ @mcdurdin @jahorton
/common/test/ @mcdurdin @ermshiperete
/developer/ @mcdurdin @darcywong00
/docs/ @mcdurdin @jahorton
/ios/ @sgschantz @mcdurdin
/linux/ @ermshiperete @darcywong00
/mac/ @sgschantz @SabineSIL
/oem/firstvoices/android/ @darcywong00 @rc-swag
/oem/firstvoices/common/ @mcdurdin @jahorton
/oem/firstvoices/ios/ @sgschantz @mcdurdin
/oem/firstvoices/windows/ @rc-swag @sgschantz
/resources/ @mcdurdin @jahorton
# Web is currently shared between Marc and Joshua:
/web/ @jahorton @ermshiperete @mcdurdin
/windows/ @rc-swag @sgschantz
# Override for windows/src:
/windows/src/developer/ @mcdurdin @darcywong00