eric-haibin-lin closed pull request #13737: Add code owner URL: https://github.com/apache/incubator-mxnet/pull/13737
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/CODEOWNERS b/CODEOWNERS index ce648ef2e08..8b48257ebf8 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -12,11 +12,14 @@ * @apache/mxnet-committers # Language bindings -/R-package/ @thirdwing -/scala-package/ @yzhliu @nswamy @pllarroy -/perl-package/ @sergeykolychev -/python/ @szha @pllarroy -/contrib/clojure-package/ @gigasquid +/R-package/ @thirdwing +/scala-package/ @yzhliu @nswamy @pllarroy +/perl-package/ @sergeykolychev +/python/ @szha @pllarroy +/python/mxnet/kvstore.py @eric-haibin-lin +/python/mxnet/optimizer/ @eric-haibin-lin +/python/mxnet/gluon/trainer.py @eric-haibin-lin +/contrib/clojure-package/ @gigasquid # C++ base /src/kvstore/ @rahul003 @anirudh2290 @@ -31,6 +34,7 @@ /src/nnvm/ @anirudh2290 /src/operator/ @anirudh2290 /src/profiler/ @anirudh2290 +/src/kvstore/ @eric-haibin-lin /src/storage/ @anirudh2290 /tests/cpp/ @anirudh2290 /cpp-package/ @nswamy @pllarroy ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
