From dedffdc235e474a99070c8e3458639d451c4ba97 Mon Sep 17 00:00:00 2001 From: Hector Ramos Date: Fri, 7 Jul 2017 16:23:18 -0700 Subject: [PATCH] Add CODEOWNERS file to automatically request reviews. Summary: Recently announced: https://github.com/blog/2392-introducing-code-owners These are non-blocking for the time being. Closes https://github.com/facebook/react-native/pull/14897 Differential Revision: D5385189 Pulled By: hramos fbshipit-source-id: 711827573f85577b70f3627d66a1f9f00fe7f90d --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..6af17fbd2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +docs/* @hramos +blog/* @hramos +website/* @hramos +website/showcase.json @hramos +package.json @hramos @ericnakagawa +website/package.json @hramos @ericnakagawa