forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
18 lines (14 loc) · 882 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# All files must be reviewed by the core team, unless they are owned by other team
* @gatsbyjs/core
# All docs must be reviewed by the docs team.
/docs/ @gatsbyjs/documentation
**/README.md @gatsbyjs/documentation
dictionary.txt @gatsbyjs/documentation
# Benchmarks
/benchmarks/ @duffn @pvdz @smthomas
# Themes
/packages/gatsby-plugin-mdx/ @gatsbyjs/themes-core
/packages/gatsby/src/bootstrap/load-themes @gatsbyjs/themes-core
/packages/gatsby-recipes/ @gatsbyjs/themes-core
/packages/gatsby-admin/ @gatsbyjs/themes-core
/packages/gatsby/src/internal-plugins/webpack-theme-component-shadowing/ @gatsbyjs/themes-core