-
Notifications
You must be signed in to change notification settings - Fork 10.3k
/
CODEOWNERS
Validating CODEOWNERS rules...
24 lines (18 loc) · 1.12 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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
# All blog posts must be reviewed by the content team.
/docs/blog/ @gatsbyjs/content
# The website auto-deploys, so we need an extra check to avoid shenanigans.
/www/ @gatsbyjs/website
# 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