-
Notifications
You must be signed in to change notification settings - Fork 535
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
49 lines (34 loc) · 1.29 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Core client library
common/build/ @tylerbutler @curtisman
common/lib/ @vladsud @curtisman
packages/agents/ @tanviraumi @anthony-murphy
packages/dds/ @vladsud @anthony-murphy
packages/dds/cell @ChumpChief
packages/dds/counter @ChumpChief
packages/dds/ink @ChumpChief
packages/dds/map @ChumpChief
packages/dds/sequence @DLehnbauer @anthony-murphy
packages/dds/merge-tree @DLehnbauer @anthony-murphy
packages/dds/matrix @DLehnbauer @anthony-murphy
packages/dds/ordered-collection @vladsud @curtisman
packages/dds/register-collection @vladsud @tanviraumi
packages/dds/shared-object-base @vladsud @ChumpChief @curtisman
packages/dds/shared-summary-block @agarwal-navin @anthony-murphy
packages/driver/ @vladsud @jatgarg
packages/framework/ @skylerjokiel @ChumpChief
packages/loader/ @vladsud @anthony-murphy
packages/runtime/ @vladsud @arinwt @curtisman
packages/hosts/ @anthony-murphy @ChumpChief @curtisman
packages/test/ @markfields @agarwal-navin
packages/tools/ @vladsud @anthony-murphy
packages/utils/odsp-utils @markfields @curtisman
packages/utils/telemtry-utils @markfields @vladsud @wes-carlson
packages/utils/tools-utils @markfields @curtisman
# Core server library
server/ @tanviraumi @anthony-murphy
# examples
examples/ @skylerjokiel @ChumpChief
# docs
docs/ @tylerbutler
# tools
tools/ @curtisman