Merge pull request #10555 from electron/CODEOWNERS

add CODEOWNERS file
This commit is contained in:
Zeke Sikelianos 2017-09-27 09:07:38 -07:00 committed by GitHub
commit 928d2f78c3

21
.github/CODEOWNERS vendored Normal file
View file

@ -0,0 +1,21 @@
# Order is important. The LAST matching pattern has the MOST precedence.
# gitignore style patterns are used, not globs.
# https://help.github.com/articles/about-codeowners
# https://git-scm.com/docs/gitignore
# Everything that falls through the cracks:
* @electron/reviewers
# filename patterns
*browser_view* @electron/browserview
*notification* @electron/notifications
*pdf* @electron/printing
*printing* @electron/printing
*updater* @electron/updater
# directories
/.github/ @electron/hubbers
/default_app/ @electron/docs
/docs/ @electron/docs
/docs-translations/ @electron/i18n
/npm/ @electron/hubbers