-
Notifications
You must be signed in to change notification settings - Fork 10.3k
/
CODEOWNERS
Validating CODEOWNERS rules...
25 lines (19 loc) · 1.18 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
25
# 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/learning
**/README.md @gatsbyjs/learning
# 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
/docs/docs/themes/ @gatsbyjs/themes-core
/themes/ @gatsbyjs/themes-core
/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