forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
33 lines (27 loc) · 1.72 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
26
27
28
29
30
31
32
33
# All docs must be reviewed by the docs team.
/docs/ @gatsbyjs/docs
# These files have the highest likelihood to cause chaos, so we require an
# admin to review and approve pull requests that affect these.
/packages/gatsby/ @gatsbyjs/core
/packages/babel-plugin-remove-graphql-queries/ @gatsbyjs/core
/packages/gatsby-link/ @gatsbyjs/core
/packages/gatsby-dev-cli/ @gatsbyjs/core
/packages/gatsby-cli/ @gatsbyjs/core
/starters/ @gatsbyjs/core
# We also need to be careful with CI/CD and repo config files.
.circleci/ @gatsbyjs/core
.travis.yml @gatsbyjs/core
appveyor.yml @gatsbyjs/core
.github/ @gatsbyjs/core
# 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