Unverified Commit 61b3c308 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

add rules for tests/ in CODEOWNERS (#3226)

parent 4b74139a
...@@ -9,14 +9,23 @@ ...@@ -9,14 +9,23 @@
# catch-all rule (this only gets matched if no rules below match) # catch-all rule (this only gets matched if no rules below match)
* @guolinke @StrikerRUS @jameslamb @Laurae2 * @guolinke @StrikerRUS @jameslamb @Laurae2
# 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
# main C++ code # main C++ code
include/ @guolinke @chivee @btrotta include/ @guolinke @chivee @btrotta
src/ @guolinke @chivee @btrotta src/ @guolinke @chivee @btrotta
CMakeLists.txt @guolinke @chivee @Laurae2 @jameslamb @wxchan @henry0312 @StrikerRUS @huanzhang12 @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
# R code # R code
R-package/ @Laurae2 @jameslamb R-package/ @Laurae2 @jameslamb
*.R @Laurae2 @jameslamb
# Python code # Python code
python-package/ @StrikerRUS @chivee @wxchan @henry0312 python-package/ @StrikerRUS @chivee @wxchan @henry0312
......
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