-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathCODEOWNERS
More file actions
30 lines (25 loc) · 1014 Bytes
/
CODEOWNERS
File metadata and controls
30 lines (25 loc) · 1014 Bytes
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
# Keep this file conservative: broad fallback ownership, then narrower package-level
# ownership where commit history shows a clear maintainer. Replace individual users
# with GitHub teams later if the repo formalizes team-based review routing.
# Default owners for anything not matched more specifically.
* @adamdoe @Viseghoh @khartco
# Repo-level workflows and shared tooling.
/.github/ @adamdoe
/docs/ @adamdoe
/scripts/ @adamdoe
/package.json @adamdoe @Viseghoh @khartco
/yarn.lock @adamdoe
# Foundation and heavily shared packages.
/packages/core/ @adamdoe @Viseghoh @khartco
# Orchestrators.
/packages/dashboard/ @adamdoe @Viseghoh @khartco @jayb @Mgetz10
/packages/editor/ @adamdoe @Viseghoh @khartco
# Standalone visualizations.
/packages/chart/ @adamdoe @Viseghoh @khartco @jayb @Mgetz10
/packages/map/ @adamdoe
/packages/data-table/ @Viseghoh
/packages/data-bite/ @Viseghoh
/packages/filtered-text/ @khartco
/packages/markup-include/ @adamdoe
/packages/waffle-chart/ @adamdoe
/packages/embed/ @jayb