forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
32 lines (27 loc) · 1.09 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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
# Owners of language bindings
/R-package/ @thirdwing
/scala-package/ @yzhliu
/perl-package/ @sergeykolychev
# CMake owners
CMakeLists.txt @cjolivier01
/cmake/ @cjolivier01
# Owners of MXNet CI
/tests/ci_build/ @marcoabreu
Jenkinsfile @marcoabreu
.travis.yml @marcoabreu
appveyor.yml @marcoabreu