This is an automated email from the ASF dual-hosted git repository.

anirudh2290 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new c922547  Add CODEOWNERS (#11598)
c922547 is described below

commit c92254720184ba6dd1f084588ea0e2f8b8f41d0e
Author: Anirudh Subramanian <anirudh2...@apache.org>
AuthorDate: Sat Jul 7 14:32:15 2018 -0700

    Add CODEOWNERS (#11598)
---
 CODEOWNERS | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index b6647ee..3e2e352 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -18,8 +18,21 @@
 /python/          @szha
 
 # C++ base
-/src/kvstore/     @rahul003
-/cpp-package/ @nswamy  
+/src/kvstore/     @rahul003 @anirudh2290
+/include/         @anirudh2290
+/src/c_api/       @anirudh2290
+/src/common/      @anirudh2290
+/src/engine/      @anirudh2290
+/src/executor/    @anirudh2290
+/src/imperative/  @anirudh2290
+/src/io/          @anirudh2290
+/src/ndarray/     @anirudh2290
+/src/nnvm/        @anirudh2290
+/src/operator/    @anirudh2290
+/src/profiler/    @anirudh2290
+/src/storage/     @anirudh2290
+/tests/cpp/       @anirudh2290
+/cpp-package/ @nswamy
 
 # CMake
 CMakeLists.txt    @szha @rahul003

Reply via email to