From 85ff264445aa4b9cf0b91aaca5764bb56caba997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <165856+hramos@users.noreply.github.com> Date: Fri, 22 Dec 2017 15:23:23 -0800 Subject: [PATCH] Update CODEOWNERS Summary: (Write your motivation here.) (Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!) (If this PR adds or changes functionality, please take some time to update the docs at https://github.com/facebook/react-native-website, and link to your PR here.) Closes https://github.com/facebook/react-native/pull/17326 Differential Revision: D6630825 Pulled By: hramos fbshipit-source-id: f2c0369e3dc5b279aba96c8307b742693be1494c --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 45740eb85..b9d084bf8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,3 @@ -docs/* @hramos -blog/* @hramos Libraries/Animated/* @janicduplessis Libraries/NativeAnimation/* @janicduplessis Libraries/Image/* @shergin @@ -9,6 +7,7 @@ React/Views/* @shergin React/Modules/* @shergin React/CxxBridge/* @mhorowitz ReactAndroid/src/main/java/com/facebook/react/animated/* @janicduplessis +**/*.md @hramos package.json @hramos local-cli/core/* @grabbou @kureev local-cli/link/* @grabbou @kureev