-
Notifications
You must be signed in to change notification settings - Fork 10.3k
/
CODEOWNERS
Validating CODEOWNERS rules...
21 lines (16 loc) · 1.05 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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/docs
# The ecosystem files are error-prone, so we require an extra set of eyes on them.
/docs/* @gatsbyjs/ecosystem
/docs/creators/* @gatsbyjs/ecosystem
/docs/creators/images/* @gatsbyjs/ecosystem
# 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/src/bootstrap/load-themes @gatsbyjs/themes-core
/packages/gatsby/src/bootstrap/index.js @gatsbyjs/themes-core
/packages/gatsby/src/internal-plugins/webpack-theme-component-shadowing/ @gatsbyjs/themes-core