Unverified Commit e5c3f7e7 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[docs] add Yu Shi to repo maintainers (#4060)

* Update FAQ.rst

* Update CODEOWNERS
parent 8d0669fb
...@@ -11,24 +11,24 @@ ...@@ -11,24 +11,24 @@
# other catch-alls that will get matched if specific rules below are not matched # other catch-alls that will get matched if specific rules below are not matched
*.R @Laurae2 @jameslamb *.R @Laurae2 @jameslamb
*.py @StrikerRUS @chivee @wxchan @henry0312 *.py @StrikerRUS @chivee @wxchan @henry0312 @shiyu1994
*.cpp @guolinke @chivee @btrotta *.cpp @guolinke @chivee @btrotta @shiyu1994
*.h @guolinke @chivee @btrotta *.h @guolinke @chivee @btrotta @shiyu1994
# main C++ code # main C++ code
include/ @guolinke @chivee @btrotta include/ @guolinke @chivee @btrotta @shiyu1994
src/ @guolinke @chivee @btrotta src/ @guolinke @chivee @btrotta @shiyu1994
CMakeLists.txt @guolinke @chivee @Laurae2 @jameslamb @wxchan @henry0312 @StrikerRUS @huanzhang12 @btrotta CMakeLists.txt @guolinke @chivee @Laurae2 @jameslamb @wxchan @henry0312 @StrikerRUS @huanzhang12 @btrotta @shiyu1994
tests/c_api_test/ @guolinke @chivee @btrotta tests/c_api_test/ @guolinke @chivee @btrotta @shiyu1994
tests/cpp_test/ @guolinke @chivee @btrotta tests/cpp_test/ @guolinke @chivee @btrotta @shiyu1994
tests/data/ @guolinke @chivee @btrotta tests/data/ @guolinke @chivee @btrotta @shiyu1994
windows/ @guolinke @chivee @btrotta @StrikerRUS windows/ @guolinke @chivee @btrotta @StrikerRUS @shiyu1994
# R code # R code
R-package/ @Laurae2 @jameslamb R-package/ @Laurae2 @jameslamb
# Python code # Python code
python-package/ @StrikerRUS @chivee @wxchan @henry0312 python-package/ @StrikerRUS @chivee @wxchan @henry0312 @shiyu1994
# Dask integration # Dask integration
python-package/lightgbm/dask.py @jameslamb python-package/lightgbm/dask.py @jameslamb
...@@ -46,15 +46,15 @@ examples/ @StrikerRUS @jameslamb @guolinke ...@@ -46,15 +46,15 @@ examples/ @StrikerRUS @jameslamb @guolinke
# docker setup # docker setup
docker/ @StrikerRUS @jameslamb docker/ @StrikerRUS @jameslamb
docker/dockerfile-cli @guolinke @chivee docker/dockerfile-cli @guolinke @chivee @shiyu1994
docker/gpu/ @huanzhang12 docker/gpu/ @huanzhang12
docker/dockerfile-python @StrikerRUS @chivee @wxchan @henry0312 docker/dockerfile-python @StrikerRUS @chivee @wxchan @henry0312 @shiyu1994
docker/dockerfile-r @Laurae2 @jameslamb docker/dockerfile-r @Laurae2 @jameslamb
# GPU code # GPU code
docs/GPU-*.rst @huanzhang12 docs/GPU-*.rst @huanzhang12
src/treelearner/gpu_tree_learner.cpp @huanzhang12 @guolinke @chivee src/treelearner/gpu_tree_learner.cpp @huanzhang12 @guolinke @chivee @shiyu1994
src/treelearner/tree_learner.cpp @huanzhang12 @guolinke @chivee src/treelearner/tree_learner.cpp @huanzhang12 @guolinke @chivee @shiyu1994
# JAVA code # JAVA code
swig/ @imatiach-msft swig/ @guolinke @chivee @shiyu1994
...@@ -22,6 +22,7 @@ You may also ping a member of the core team according to the relevant area of ex ...@@ -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) - `@guolinke <https://github.com/guolinke>`__ **Guolin Ke** (C++ code / R-package / Python-package)
- `@chivee <https://github.com/chivee>`__ **Qiwei Ye** (C++ code / 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) - `@btrotta <https://github.com/btrotta>`__ **Belinda Trotta** (C++ code)
- `@Laurae2 <https://github.com/Laurae2>`__ **Damien Soukhavong** (R-package) - `@Laurae2 <https://github.com/Laurae2>`__ **Damien Soukhavong** (R-package)
- `@jameslamb <https://github.com/jameslamb>`__ **James Lamb** (R-package / Dask-package) - `@jameslamb <https://github.com/jameslamb>`__ **James Lamb** (R-package / Dask-package)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment