-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathCODEOWNERS
23 lines (18 loc) · 1007 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Default owners for everything in the repo. Later matches take precedence.
* @coveo/search
# Owners of the Quantic package
/packages/quantic/ @coveo/salesforce-integration
/packages/quantic/package.json @coveo/salesforce-integration @coveo/search
# Owners of the Atomic Insight components
/packages/atomic/src/components/insight @coveo/service-core
# Owners of Atomic's Cypress Tests
/packages/atomic/cypress/ @coveo/search @coveo/search-qa
# Owners of Atomic IPX components
/packages/atomic/src/components/ipx @coveo/service-integrations
# Owners of the Commerce headless sub-package
/packages/headless/commerce/ @coveo/commerce-routemasters
/packages/headless/src/**/commerce/ @coveo/commerce-routemasters
/packages/headless/src/app/commerce-engine/ @coveo/commerce-routemasters
/packages/headless/src/state/commerce-app-state.ts @coveo/commerce-routemasters
/packages/headless/src/commerce.index.ts @coveo/commerce-routemasters
/packages/headless/src/test/**commerce** @coveo/commerce-routemasters