-
Notifications
You must be signed in to change notification settings - Fork 308
/
CODEOWNERS
Validating CODEOWNERS rules...
41 lines (38 loc) · 2.07 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
# Default
* @box/webapp
# Root
/* @box/ui-elements
/LICENSE @box/ui-elements
/THIRD_PARTY_LICENSES @box/ui-elements
# 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/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/content-insights/ @box/preview
/src/features/item-details/ @box/preview
/src/features/metadata-based-view/ @box/ui-elements
/src/features/metadata-instance-editor/ @box/ui-elements
/src/styles/ @box/ui-elements @box/design-system
# 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