Skip to content

Commit

Permalink
[docs] add Yu Shi to repo maintainers (#4060)
Browse files Browse the repository at this point in the history
* Update FAQ.rst

* Update CODEOWNERS
  • Loading branch information
StrikerRUS authored Mar 11, 2021
1 parent 8d0669f commit e5c3f7e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@

# other catch-alls that will get matched if specific rules below are not matched
*.R @Laurae2 @jameslamb
*.py @StrikerRUS @chivee @wxchan @henry0312
*.cpp @guolinke @chivee @btrotta
*.h @guolinke @chivee @btrotta
*.py @StrikerRUS @chivee @wxchan @henry0312 @shiyu1994
*.cpp @guolinke @chivee @btrotta @shiyu1994
*.h @guolinke @chivee @btrotta @shiyu1994

# main C++ code
include/ @guolinke @chivee @btrotta
src/ @guolinke @chivee @btrotta
CMakeLists.txt @guolinke @chivee @Laurae2 @jameslamb @wxchan @henry0312 @StrikerRUS @huanzhang12 @btrotta
tests/c_api_test/ @guolinke @chivee @btrotta
tests/cpp_test/ @guolinke @chivee @btrotta
tests/data/ @guolinke @chivee @btrotta
windows/ @guolinke @chivee @btrotta @StrikerRUS
include/ @guolinke @chivee @btrotta @shiyu1994
src/ @guolinke @chivee @btrotta @shiyu1994
CMakeLists.txt @guolinke @chivee @Laurae2 @jameslamb @wxchan @henry0312 @StrikerRUS @huanzhang12 @btrotta @shiyu1994
tests/c_api_test/ @guolinke @chivee @btrotta @shiyu1994
tests/cpp_test/ @guolinke @chivee @btrotta @shiyu1994
tests/data/ @guolinke @chivee @btrotta @shiyu1994
windows/ @guolinke @chivee @btrotta @StrikerRUS @shiyu1994

# R code
R-package/ @Laurae2 @jameslamb

# Python code
python-package/ @StrikerRUS @chivee @wxchan @henry0312
python-package/ @StrikerRUS @chivee @wxchan @henry0312 @shiyu1994

# Dask integration
python-package/lightgbm/dask.py @jameslamb
Expand All @@ -46,15 +46,15 @@ examples/ @StrikerRUS @jameslamb @guolinke

# docker setup
docker/ @StrikerRUS @jameslamb
docker/dockerfile-cli @guolinke @chivee
docker/dockerfile-cli @guolinke @chivee @shiyu1994
docker/gpu/ @huanzhang12
docker/dockerfile-python @StrikerRUS @chivee @wxchan @henry0312
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
src/treelearner/tree_learner.cpp @huanzhang12 @guolinke @chivee
src/treelearner/gpu_tree_learner.cpp @huanzhang12 @guolinke @chivee @shiyu1994
src/treelearner/tree_learner.cpp @huanzhang12 @guolinke @chivee @shiyu1994

# JAVA code
swig/ @imatiach-msft
swig/ @guolinke @chivee @shiyu1994
1 change: 1 addition & 0 deletions docs/FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ You may also ping a member of the core team according to the relevant area of ex

- `@guolinke <https://github.com/guolinke>`__ **Guolin Ke** (C++ code / R-package / Python-package)
- `@chivee <https://github.com/chivee>`__ **Qiwei Ye** (C++ code / Python-package)
- `@shiyu1994 <https://github.com/shiyu1994>`__ **Yu Shi** (C++ code / Python-package)
- `@btrotta <https://github.com/btrotta>`__ **Belinda Trotta** (C++ code)
- `@Laurae2 <https://github.com/Laurae2>`__ **Damien Soukhavong** (R-package)
- `@jameslamb <https://github.com/jameslamb>`__ **James Lamb** (R-package / Dask-package)
Expand Down

0 comments on commit e5c3f7e

Please sign in to comment.