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