From 2bb26b30dc459543cce1427ab722b821959b1ac4 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Wed, 20 Sep 2017 15:43:42 +0900 Subject: [PATCH] add CODEOWNERS file --- .github/CODEOWNERS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000000..25c099e30652 --- /dev/null +++ b/.github/CODEOWNERS @@ -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 \ No newline at end of file