-
Notifications
You must be signed in to change notification settings - Fork 3.8k
/
CODEOWNERS
Validating CODEOWNERS rules...
62 lines (51 loc) · 2.42 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# 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
# catch-all rule (this only gets matched if no rules below match)
* @guolinke @StrikerRUS @jameslamb @shiyu1994
# other catch-alls that will get matched if specific rules below are not matched
*.R @Laurae2 @jameslamb
*.py @StrikerRUS @chivee @wxchan @henry0312 @shiyu1994 @hzy46 @tongwu-msft
*.cpp @guolinke @chivee @btrotta @shiyu1994 @hzy46 @tongwu-msft
*.h @guolinke @chivee @btrotta @shiyu1994 @hzy46 @tongwu-msft
# main C++ code
include/ @guolinke @chivee @btrotta @shiyu1994 @hzy46 @tongwu-msft
src/ @guolinke @chivee @btrotta @shiyu1994 @hzy46 @tongwu-msft
CMakeLists.txt @guolinke @chivee @Laurae2 @jameslamb @wxchan @henry0312 @StrikerRUS @huanzhang12 @btrotta @shiyu1994 @hzy46 @tongwu-msft
tests/c_api_test/ @guolinke @chivee @btrotta @shiyu1994 @hzy46 @tongwu-msft
tests/cpp_tests/ @guolinke @chivee @btrotta @shiyu1994 @hzy46 @tongwu-msft
tests/data/ @guolinke @chivee @btrotta @shiyu1994 @hzy46 @tongwu-msft
windows/ @guolinke @chivee @btrotta @StrikerRUS @shiyu1994 @hzy46 @tongwu-msft
# R code
build_r.R @jameslamb @StrikerRUS
build-cran-package.sh @jameslamb @StrikerRUS
R-package/ @Laurae2 @jameslamb
# Python code
python-package/ @StrikerRUS @chivee @wxchan @henry0312 @shiyu1994 @jameslamb @hzy46 @tongwu-msft
# Dask integration
python-package/lightgbm/dask.py @jameslamb @jmoralez
tests/python_package_test/test_dask.py @jameslamb @jmoralez
# helpers
helpers/ @StrikerRUS @guolinke
# CI administrative stuff
.ci/ @StrikerRUS @jameslamb
docs/ @StrikerRUS @jameslamb
examples/ @StrikerRUS @jameslamb @guolinke
*.yml @StrikerRUS @jameslamb
.vsts-ci.yml @StrikerRUS @jameslamb
# docker setup
docker/ @StrikerRUS @jameslamb
docker/dockerfile-cli @guolinke @chivee @shiyu1994
docker/gpu/ @huanzhang12
docker/dockerfile-python @StrikerRUS @chivee @wxchan @henry0312 @shiyu1994
docker/dockerfile-r @Laurae2 @jameslamb
# GPU code
docs/GPU-*.rst @huanzhang12
src/treelearner/gpu_tree_learner.cpp @huanzhang12 @guolinke @chivee @shiyu1994
src/treelearner/tree_learner.cpp @huanzhang12 @guolinke @chivee @shiyu1994
# JAVA code
swig/ @guolinke @chivee @shiyu1994