-
Notifications
You must be signed in to change notification settings - Fork 228
Expand file tree
/
Copy pathCODEOWNERS
More file actions
14 lines (12 loc) · 796 Bytes
/
CODEOWNERS
File metadata and controls
14 lines (12 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# By default, review should come from the app-inner-loop team
* @shopify/app-inner-loop
# Theme team and CLI owners should review theme changes
packages/cli-kit/src/private/themes/* @shopify/developer-tools @shopify/app-inner-loop
packages/cli-kit/src/public/**/themes/* @shopify/developer-tools @shopify/app-inner-loop
packages/theme/** @shopify/developer-tools @shopify/app-inner-loop
# These are metafiles that can be reviewed by anyone
.changeset/* @shopify/developer-tools @shopify/app-inner-loop
.github/CODEOWNERS @shopify/developer-tools @shopify/app-inner-loop
docs-shopify.dev/** @shopify/developer-tools @shopify/app-inner-loop
packages/cli/oclif.manifest.json @shopify/developer-tools @shopify/app-inner-loop
packages/cli/README.md @shopify/developer-tools @shopify/app-inner-loop