forked from SGL-UT/gnsstk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
65 lines (54 loc) · 1.65 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
[CODEOWNERS]
CODEOWNERS @kuck @rain
[Documentation]
docs/ @johnk @rain
ref/papers/ @renfrob @rain @kuck
ref/usersguide/ @johnk @renfrob @rain
[Subject Matter Experts]
# Default Owners
* @sgl-tks
# Core lib
core/lib/ @johnk
core/lib/AppFrame/ @johnk @anthony
core/lib/CommandLine/CommandLine.cpp @anthony @btolman @johnk
core/lib/CommandLine/CommandLine.hpp @anthony @btolman @johnk
core/lib/CommandLine/ @johnk @anthony
core/lib/FileDirProc/ @johnk @anthony
core/lib/FileHandling/ @anthony @johnk
core/lib/Geomatics/ @btolman @johnk
core/lib/GNSSCore/ @anthony @johnk @jmedeiros
core/lib/GNSSEph/ @johnk @anthony @renfrob
core/lib/Math/ @anthony @btolman
core/lib/NavFilter/ @johnk @anthony @renfrob
core/lib/NewNav/ @johnk @jmedeiros
core/lib/ORD/ @malik @johnk @rcathriner
core/lib/PosSol/ @btolman @renfrob
core/lib/RefTime/ @btolman @renfrob
core/lib/TestFramework/ @anthony @johnk
core/lib/TimeHandling/ @anthony @johnk @renfrob
core/lib/Utilities/ @johnk @anthony
# Core tests
core/tests/ @johnk @anthony @renfrob
# Ext -- unsupported & unmaintained, not part of the API
ext/ @johnk @dbarber
# Other
data/ @dbarber @kuck
deprecated/ @dbarber @kuck
examples/ @johnk @btolman @renfrob
[CPP Reviewers]
*.cpp @code-reviewers/cpp
*.hpp @code-reviewers/cpp
*.c @code-reviewers/cpp
*.h @code-reviewers/cpp
[Python Reviewers]
*.py @code-reviewers/python
[Swig Reviewers]
swig/ @code-reviewers/swig
*.i @code-reviewers/swig
[CMAKE Reviewers]
CMakeLists.txt @code-reviewers/cmake
*.cmake @code-reviewers/cmake
[Distribution Reviewers]
conda_recipe/ @code-reviewers/conda-recipes
debian/ @code-reviewers/debian_pkgs
rpm_files/ @code-reviewers/rpm_pkgs