-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
CODEOWNERS
Validating CODEOWNERS rules...
61 lines (57 loc) · 1.37 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
# 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
/rootx/ @Axel-Naumann
/sql/ @pcanal
/tmva/ @lmoneta
/tree/ @pcanal
/tutorials/ @couet
# 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
/core/multiproc/ @gganis
/graf2d/qt/ @bellenot
/graf2d/cocoa/ @TimurP
/graf2d/ios/ @TimurP
/graf3d/eve/ @osschar
/net/http/ @linev
/tree/treeplayer/**/TDataFrame.* @dpiparo @bluehood
/tree/treeplayer/**/TDF* @dpiparo @bluehood
/cmake/ @amadio
*.cmake @amadio
*/CMakeLists.txt @amadio
CMakeLists.txt @amadio