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 19:22:16 UTC

[incubator-mxnet] branch master updated: Updated proposal to use of codeowners file (#9448)

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 be8134d  Updated proposal to use of codeowners file (#9448)
be8134d is described below

commit be8134d2a5dce07a658c59a947a04afe3bda1762
Author: Steffen Rochel <sr...@users.noreply.github.com>
AuthorDate: Mon Jan 22 11:22:13 2018 -0800

    Updated proposal to use of codeowners file (#9448)
    
    * Updated proposal to use of codeowners file
    
    * changed owners to contributors and watchers
---
 CODEOWNERS | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 836eb08..91c4306 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -1,4 +1,12 @@
-# Owners of Apache MXNet
+# Watchers and contributors to Apache MXNet repo directories/packages/files
+# Please see documentation of use of CODEOWNERS file at
+# https://help.github.com/articles/about-codeowners/ and
+# https://github.com/blog/2392-introducing-code-owners
+#
+# Anybody can add themselves or a team as additional watcher or contributor 
+# to get notified about changes in a specific package.
+# See https://help.github.com/articles/about-teams how to setup teams.
+
 
 # Global owners
 *			@apache/mxnet-committers

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