-
Notifications
You must be signed in to change notification settings - Fork 351
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
47 lines (41 loc) · 2.39 KB
/
Copy pathCODEOWNERS
File metadata and controls
47 lines (41 loc) · 2.39 KB
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
# Default
* @box/ui-elements
# Root
/* @box/ui-elements
/i18n/ @box/ui-elements @box/webapp
# APIs
/src/api/ @box/ui-elements
/src/api/__tests__/Feed.test.js @box/ui-elements @box/preview
/src/api/__tests__/FileActivities.test.js @box/ui-elements @box/preview
/src/api/box-edit/ @box/ui-elements @box/partners
/src/api/Feed.js @box/ui-elements @box/preview
/src/api/FileActivities.js @box/ui-elements @box/preview
# Elements
/src/elements/ @box/ui-elements
/src/elements/content-explorer/ @box/ui-elements
/src/elements/content-open-with/ @box/ui-elements @box/partners
/src/elements/content-picker/ @box/ui-elements
/src/elements/content-preview/ @box/ui-elements @box/preview
/src/elements/content-sharing/ @box/ui-elements
/src/elements/content-sidebar/ @box/ui-elements @box/preview
/src/elements/content-uploader/ @box/ui-elements @box/preview
# Features
/src/features/ @box/ui-elements
/src/features/access-stats/ @box/ui-elements @box/enterprise-insights
/src/features/content-insights/ @box/ui-elements @box/enterprise-insights
/src/features/item-details/ @box/ui-elements @box/preview
/src/features/metadata-instance-editor/ @box/ui-elements @box/preview
# Tests
/test/ @box/ui-elements
/test/integration/content-explorer/ @box/ui-elements
/test/integration/content-open-with/ @box/ui-elements @box/partners
/test/integration/content-picker/ @box/ui-elements
/test/integration/content-preview/ @box/ui-elements @box/preview
/test/integration/content-sidebar/ @box/ui-elements @box/preview
/test/integration/content-uploader/ @box/ui-elements @box/preview
# Deprecated - Migrate to Blueprint
/src/components/ @box/ui-elements
/src/icon/ @box/ui-elements
/src/icons/ @box/ui-elements
/src/illustration/ @box/ui-elements
/src/styles/ @box/ui-elements @box/design-system