Files
electron/.github/CODEOWNERS
2017-09-24 11:34:08 +09:00

16 lines
477 B
Plaintext

# 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