Skip to content

Commit

Permalink
added CODEOWNERS (fixes microsoft#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jul 17, 2019
1 parent 7360cff commit 92b2252
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This file controls default reviewers for LightGBM code.
# See https://help.github.com/en/articles/about-code-owners
# for details
#
# Maintainers are encouraged to use their best discretion in
# setting reviewers on PRs manually, but this file should
# offer a reasonable automatic best-guess

# main C++ code
include/* @guolinke @chivee
CmakeLists.txt @guolinke @chivee @Laurae2 @jameslamb @wxchan @henry0312 @StrikerRUS @huanzhang12

# R code
R-package/* @Laurae2 @jameslamb
*.R @Laurae2 @jameslamb

# Python code
python-package/* @StrikerRUS @chivee
*.py @StrikerRUS @wxchan @henry0312

# CI administrative stuff
.ci/* @StrikerRUS @Laurae2 @jameslamb
docs/* @StrikerRUS @Laurae2 @jameslamb
.travis.yml @StrikerRUS @Laurae2 @jameslamb
.appveyor.yml @StrikerRUS @Laurae2 @jameslamb
.vsts-ci.yml @Laurae2

# GPU code
docker/gpu/* @huanzhang12
docs/GPU-Windows.rst @huanzhang12
src/treelearner/gpu_tree_learner.cpp @huanzhang12 @guolinke @chivee
src/treelearner/tree_learner.cpp @huanzhang12 @guolinke @chivee

0 comments on commit 92b2252

Please sign in to comment.