add CODEOWNERS file

This commit is contained in:
Zeke Sikelianos 2017-09-20 15:43:42 +09:00
parent 696c7d59fd
commit 2bb26b30dc

16
.github/CODEOWNERS vendored Normal file
View file

@ -0,0 +1,16 @@
# https://help.github.com/articles/about-codeowners/
# Order is important. The last matching pattern has the most precedence.
# Everything that falls through the cracks:
* @electron/reviewers
**browser_view** @electron/browserview
**notification** @electron/notifications
**pdf** @electron/printing
**printing** @electron/printing
**updater** @electron/updater
default_app/** @electron/docs
docs/** @electron/docs
docs-translations/** @electron/i18n
npm/** @electron/hubbers