-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
CODEOWNERS
Validating CODEOWNERS rules...
66 lines (62 loc) · 1.47 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
63
64
65
66
# This file annotates code ownership within ROOT.
# It's not meant to be a strict - or comprehensive - file, but
# helpful guidance on who to coordinate with for various areas.
# This should also help provide suggested reviewers for PRs.
# For more information, see:
#
# - https://github.com/blog/2392-introducing-code-owners
# Coarse-grained ownership
* @Axel-Naumann
/bindings/ @etejedor
/core/ @Axel-Naumann
/core/ @pcanal
/documentation/ @couet
/fonts/ @bellenot
/geom/ @agheata
/graf2d/ @couet
/graf3d/ @couet
/gui/ @bellenot
/hist/ @lmoneta
/html/ @Axel-Naumann
/icons/ @bellenot
/interpreter/ @Axel-Naumann
/interpreter/llvm/ @vgvassilev
/io/ @pcanal
/main/ @pcanal
/math/ @lmoneta
/misc/ @Axel-Naumann
/montecarlo/ @Axel-Naumann
/net/ @gganis
/proof/ @gganis
/roofit/ @lmoneta @hageboeck
/rootx/ @Axel-Naumann
/sql/ @pcanal
/tmva/ @lmoneta @ashlaban @stwunsch
/tree/ @pcanal
/tutorials/ @couet
/tree/dataframe @dpiparo @bluehood
# Projects that span over several code modules:
/bindings/r/ @omazapa
/core/base/ @pcanal
/core/cont/ @pcanal
/core/imt/ @dpiparo
/core/lz4/ @pcanal
/core/lzma/ @pcanal
/core/multiproc/ @gganis
/core/thread/ @pcanal
/etc/http/ @linev
/etc/eve7/ @linev
/graf2d/qt/ @bellenot
/graf2d/cocoa/ @TimurP
/graf3d/eve/ @osschar
/graf3d/eve7/ @osschar
/gui/fitpanelv7/ @linev
/gui/cefdisplay/ @linev
/gui/qt5webdisplay/ @linev
/gui/webdisplay/ @linev
/gui/webgui6/ @linev
/net/http/ @linev
/cmake/ @amadio
*.cmake @amadio
*/CMakeLists.txt @amadio
CMakeLists.txt @amadio