LightGBM/.github/CODEOWNERS

41 строка
1.2 KiB
Plaintext
Исходник Обычный вид История

# 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
2019-09-23 07:04:33 +03:00
include/ @guolinke @chivee
src/ @guolinke @chivee
CmakeLists.txt @guolinke @chivee @Laurae2 @jameslamb @wxchan @henry0312 @StrikerRUS @huanzhang12
# R code
include/LightGBM/lightgbm_R.h @Laurae2 @jameslamb
include/LightGBM/R_object_helper.h @Laurae2 @jameslamb
src/lightgbm_R.cpp @Laurae2 @jameslamb
2019-09-23 07:04:33 +03:00
R-package/ @Laurae2 @jameslamb
*.R @Laurae2 @jameslamb
# Python code
2019-09-23 07:04:33 +03:00
python-package/ @StrikerRUS @chivee @wxchan @henry0312
# helpers
2019-09-23 07:04:33 +03:00
helpers/ @StrikerRUS @guolinke
# CI administrative stuff
2019-09-23 07:04:33 +03:00
.ci/ @StrikerRUS @Laurae2 @jameslamb
docs/ @StrikerRUS @Laurae2 @jameslamb
*.yml @StrikerRUS @Laurae2 @jameslamb
.vsts-ci.yml @Laurae2
# GPU code
2019-09-23 07:04:33 +03:00
docker/gpu/ @huanzhang12
docs/GPU-*.rst @huanzhang12
src/treelearner/gpu_tree_learner.cpp @huanzhang12 @guolinke @chivee
src/treelearner/tree_learner.cpp @huanzhang12 @guolinke @chivee
2019-09-23 18:07:10 +03:00
# JAVA code
swig/ @imatiach-msft