-
Notifications
You must be signed in to change notification settings - Fork 719
Expand file tree
/
Copy pathCODEOWNERS
More file actions
34 lines (28 loc) · 1.29 KB
/
CODEOWNERS
File metadata and controls
34 lines (28 loc) · 1.29 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
* @voxel51/developers
# Frontend
.prettierignore @voxel51/frontend-devs
.prettierrc.js @voxel51/frontend-devs
/app/ @voxel51/frontend-devs
/e2e-pw/ @voxel51/frontend-devs
/fiftyone/server/ @voxel51/frontend-devs
# Plugins
/plugins/panels/ @voxel51/plugin-pros
/fiftyone/operators/ @voxel51/plugin-pros @voxel51/backend-squad
# Backend
/fiftyone/api/ @voxel51/backend-squad
/fiftyone/core/ @voxel51/backend-squad
/fiftyone/core/models.py
/fiftyone/factory/ @voxel51/backend-squad
/fiftyone/internal/ @voxel51/backend-squad
/fiftyone/management/ @voxel51/backend-squad
/fiftyone/migrations/ @voxel51/backend-squad
# Aloha Shirts care about versioning
.github/ @voxel51/aloha-shirts
Dockerfile @voxel51/aloha-shirts
setup.py @voxel51/aloha-shirts
requirements.txt @voxel51/aloha-shirts
requirements/ @voxel51/aloha-shirts
# e2e test workflow has shared ownership
.github/workflows/e2e.yml @voxel51/aloha-shirts sashank@voxel51.com # implementer of e2e workflow
# Exclusions ('!' syntax not supported by github)
/fiftyone/internal/features/ @voxel51/developers