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

[incubator-mxnet] branch master updated: header updates to clarify use of CODEOWNERS (#9426)

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

jxie 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 63394de  header updates to clarify use of CODEOWNERS (#9426)
63394de is described below

commit 63394de90cd5f600100380093e2d5636dd91c18a
Author: Steffen Rochel <sr...@users.noreply.github.com>
AuthorDate: Mon Jan 15 11:51:30 2018 -0800

    header updates to clarify use of CODEOWNERS (#9426)
    
    * header updates to clarify use of CODEOWNERS
    
    Proposal to clarify the use of CODEOWNERS for Apache MXNet contributors and comitters.
    
    * fixed typo
---
 CODEOWNERS | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/CODEOWNERS b/CODEOWNERS
index 836eb08..35db51f 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -1,4 +1,17 @@
 # Owners of Apache MXNet
+# 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
+# 
+# The first owner listed for a package is considered the maintainer for a package.
+# Anybody can add themselves or a team (see https://help.github.com/articles/about-teams/)
+# as additional owners to get notified about changes in a specific package.
+#
+# By default the package maintainer should merge PR after appropriate review.
+# A PR which received 2 +1 (or LGTM) comments can be merged by any committer.
+# In the future we might consider adopting required reviews 
+# (see https://help.github.com/articles/about-pull-request-reviews/)
+
 
 # Global owners
 *			@apache/mxnet-committers

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].