You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2018/01/22 21:48:15 UTC

[incubator-mxnet] branch master updated: Subscribe to changes (#9522)

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

haibin 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 afd8241  Subscribe to changes (#9522)
afd8241 is described below

commit afd82410165576dec7c673cd0438a1a9d39a9af6
Author: Sheng Zha <sz...@users.noreply.github.com>
AuthorDate: Mon Jan 22 13:48:12 2018 -0800

    Subscribe to changes (#9522)
    
    * Update CODEOWNERS
    
    * Update CODEOWNERS
    
    * Update CODEOWNERS
    
    * Update CODEOWNERS
---
 CODEOWNERS | 36 ++++++++++++++++++++++++++++--------
 1 file changed, 28 insertions(+), 8 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 91c4306..c959c1e 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -11,17 +11,37 @@
 # Global owners
 *			@apache/mxnet-committers
 
-# Owners of language bindings
-/R-package/		@thirdwing
-/scala-package/		@yzhliu
-/perl-package/		@sergeykolychev
+# Language bindings
+/R-package/       @thirdwing
+/scala-package/   @yzhliu
+/perl-package/    @sergeykolychev
+/python/          @szha
 
-# CMake owners
-CMakeLists.txt		@cjolivier01
-/cmake/			@cjolivier01
+# CMake
+CMakeLists.txt    @cjolivier01 @szha
+/cmake/           @cjolivier01 @szha
 
-# Owners of MXNet CI
+# MXNet CI
 /tests/ci_build/    @marcoabreu
 Jenkinsfile         @marcoabreu
 .travis.yml         @marcoabreu
 appveyor.yml        @marcoabreu
+
+# Build logic
+Makefile          @szha
+prepare_mkl.sh    @szha
+
+# Docs
+/docs/            @szha
+
+# Submodules
+.gitmodules       @szha
+
+# Examples
+/example/         @szha
+
+# Tools
+/tools/           @szha
+
+# Github templates
+/.github/         @szha

-- 
To stop receiving notification emails like this one, please contact
haibin@apache.org.