forked from box/box-ui-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
49 lines (44 loc) · 2.39 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
49
# Default
* @box/webapp
# Root
/* @box/foundation
/LICENSE @box/ui-elements
/THIRD_PARTY_LICENSES @box/ui-elements
# Build
/scripts/ @box/foundation
# Source
/src/ @box/webapp
/src/* @box/preview @box/ui-elements
/src/api/ @box/preview @box/ui-elements
/src/api/box-edit/ @box/partners
/src/api/Feed.js @box/preview
/src/api/tasks/ @box/collab
/src/api/uploads/ @box/create-communicate
/src/elements/ @box/preview @box/ui-elements
/src/elements/content-explorer/ @box/ui-elements
/src/elements/content-open-with/ @box/partners
/src/elements/content-picker/ @box/ui-elements
/src/elements/content-preview/ @box/preview
/src/elements/content-sharing/ @box/partners
/src/elements/content-sidebar/ @box/preview
/src/elements/content-uploader/ @box/create-communicate
/src/elements/wrappers/ @box/ui-elements
/src/features/ @box/webapp
/src/features/access-stats/ @box/preview
/src/features/item-details/ @box/preview
/src/features/metadata-based-view/ @box/ui-elements
/src/features/metadata-instance-editor/ @box/ui-elements
# Tests
/test/ @box/webapp
/test/integration/ @box/webapp
/test/integration/content-explorer/ @box/ui-elements
/test/integration/content-open-with/ @box/partners
/test/integration/content-picker/ @box/ui-elements
/test/integration/content-preview/ @box/preview
/test/integration/content-sidebar/ @box/preview
/test/integration/content-uploader/ @box/create-communicate
# Features
/src/elements/content-sidebar/activity-feed/comment/ @box/collab @box/preview
/src/elements/content-sidebar/activity-feed/task/ @box/collab @box/preview
/src/elements/content-sidebar/activity-feed/task-form/ @box/collab @box/preview
/src/elements/content-sidebar/activity-feed/task-new/ @box/collab @box/preview