Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Add CODEOWNERS (#11598)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh2290 committed Jul 7, 2018
1 parent 9652b39 commit c922547
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,21 @@
/python/ @szha

# C++ base
/src/kvstore/ @rahul003
/cpp-package/ @nswamy
/src/kvstore/ @rahul003 @anirudh2290
/include/ @anirudh2290
/src/c_api/ @anirudh2290
/src/common/ @anirudh2290
/src/engine/ @anirudh2290
/src/executor/ @anirudh2290
/src/imperative/ @anirudh2290
/src/io/ @anirudh2290
/src/ndarray/ @anirudh2290
/src/nnvm/ @anirudh2290
/src/operator/ @anirudh2290
/src/profiler/ @anirudh2290
/src/storage/ @anirudh2290
/tests/cpp/ @anirudh2290
/cpp-package/ @nswamy

# CMake
CMakeLists.txt @szha @rahul003
Expand Down

0 comments on commit c922547

Please sign in to comment.