blob: 07ac360f53db0cfa2189a6b62bd253a228f80dac [file] [log] [blame]
# 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
# Language bindings
/R-package/ @thirdwing
/scala-package/ @yzhliu
/perl-package/ @sergeykolychev
/python/ @szha
# C++ base, broken down into components
/include/ @cjolivier01
/src/c_api/ @cjolivier01
/src/common/ @cjolivier01
/src/engine/ @cjolivier01
/src/executor/ @cjolivier01
/src/imperative/ @cjolivier01
/src/io/ @cjolivier01
/src/kvstore/ @cjolivier01
/src/ndarray/ @cjolivier01
/src/nnvm/ @cjolivier01
/src/operator/ @cjolivier01
/src/profiler/ @cjolivier01
/src/storage/ @cjolivier01
/tests/cpp/ @cjolivier01
# CMake
CMakeLists.txt @cjolivier01 @szha
/cmake/ @cjolivier01 @szha
# 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