forked from carbon-design-system/carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
19 lines (14 loc) · 853 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Default global
* @carbon-design-system/developers-system
# Core icons and pictograms
/packages/icons/src/svg/ @laurenmrice @carbon-design-system/brand-icons @carbon-design-system/developers-system
/packages/pictograms/src/svg/ @laurenmrice @carbon-design-system/brand-pictograms @carbon-design-system/developers-system
# Angular icons
/packages/icons-angular/ @carbon-design-system/developers-system
# Brand
/packages/colors/artifacts/ @lisalind-ibm
# Release team should be notified of Public API changes in the system
**/PublicAPI-test.js @carbon-design-system/release @carbon-design-system/developers-system
**/PublicAPI-test.js.snap @carbon-design-system/release @carbon-design-system/developers-system
# Admins and team should be notified of changes to CI/CD workflows
/.github/workflows @tay1orjones @carbon-design-system/developers-system