Skip to content

Commit

Permalink
Add CODEOWNERS (#10725)
Browse files Browse the repository at this point in the history
### WHY are these changes introduced?

Major version work is moving quickly. We need visibility into changes
shipping to main to avoid reverts and conflicts and divert changes to
`next` when needed.
  • Loading branch information
chloerice committed Sep 27, 2023
1 parent 88926ca commit f0cd703
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Default
* @Shopify/polaris-team

# React, TypeScript, JavaScript
*.tsx @Shopify/polaris-eng
*.ts @Shopify/polaris-eng
*.js @Shopify/polaris-eng

# Config files
*.yml @Shopify/polaris-eng
*.json @Shopify/polaris-eng

# Documentation
*.mdx @Shopify/polaris-team
*.md @Shopify/polaris-team

/polaris.shopify.com/content/design @Shopify/polaris-ux
/polaris.shopify.com/content/foundations @Shopify/polaris-ux
/polaris.shopify.com/content/patterns @Shopify/polaris-ux

0 comments on commit f0cd703

Please sign in to comment.