Skip to content

Commit

Permalink
Update CODEOWNERS, add Pedro Larroy. (apache#13579)
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy authored and Ubuntu committed Dec 18, 2018
1 parent e15c34b commit 12d34a7
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

# Language bindings
/R-package/ @thirdwing
/scala-package/ @yzhliu @nswamy
/scala-package/ @yzhliu @nswamy @pllarroy
/perl-package/ @sergeykolychev
/python/ @szha
/python/ @szha @pllarroy
/contrib/clojure-package/ @gigasquid

# C++ base
/src/kvstore/ @rahul003 @anirudh2290
/include/ @anirudh2290
/include/ @anirudh2290 @pllarroy
/src/c_api/ @anirudh2290
/src/common/ @anirudh2290
/src/engine/ @anirudh2290
Expand All @@ -33,13 +33,17 @@
/src/profiler/ @anirudh2290
/src/storage/ @anirudh2290
/tests/cpp/ @anirudh2290
/cpp-package/ @nswamy
/cpp-package/ @nswamy @pllarroy
/src/ @pllarroy
/plugin/ @pllarroy

# CMake
CMakeLists.txt @szha @rahul003
/cmake/ @szha @rahul003
CMakeLists.txt @szha @rahul003 @pllarroy
/cmake/ @szha @rahul003 @pllarroy

# MXNet CI
dev_menu.py @pllarroy
/ci/ @pllarroy
/tests/ci_build/ @marcoabreu
Jenkinsfile @marcoabreu
.travis.yml @marcoabreu
Expand All @@ -50,16 +54,16 @@ Makefile @szha
prepare_mkl.sh @szha

# Docs
/docs/ @szha
/docs/ @szha @pllarroy

# Submodules
.gitmodules @szha

# Examples
/example/ @szha
/example/ @szha @pllarroy

# Tools
/tools/ @szha
/tools/ @szha @pllarroy

# Github templates
/.github/ @szha
Expand Down

0 comments on commit 12d34a7

Please sign in to comment.