-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCODEOWNERS
57 lines (37 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
# -------- LIST OF CONTRIBUTERS --------
# @xresende
# @anacso17
# @fernandohds564
# @murilobalves
# --- default owners of the repo
* @xresende @fernandohds564
# -------- BASIC MODULES --------
# --- basic siriuspy modules
/siriuspy/siriuspy/* @xresende @anacso17 @fernandohds564
# -------- SUBPACKAGES --------
# --- bsmp subpackage
/siriuspy/siriuspy/bsmp/ @xresende @anacso17
# --- csdevice subpackage
/siriuspy/siriuspy/csdevice/ @xresende @fernandohds564 @anacso17 @murilobalves
# --- diagnostics subpackage
/siriuspy/siriuspy/diagnostics/ @fernandohds564 @xresende
# --- epics subpackage
/siriuspy/siriuspy/epics/ @xresende @fernandohds564 @anacso17
# --- magnet subpackage
/siriuspy/siriuspy/magnet/ @xresende @anacso17
# --- namesys subpackage
/siriuspy/siriuspy/namesys/ @fernandohds564 @anacso17
# --- pwrsupply subpackage
/siriuspy/siriuspy/pwrsupply/ @xresende @anacso17 @murilobalves
# --- ramp subpackage
/siriuspy/siriuspy/ramp/ @xresende @anacso17
# --- servccdb subpackage
/siriuspy/siriuspy/servccdb/ @xresende @fernandohds564
# --- servconf subpackage
/siriuspy/siriuspy/servconf/ @xresende @anacso17 @fernandohds564
# --- servname subpackage
/siriuspy/siriuspy/servname/ @xresende @fernandohds564
# --- servweb subpackage
/siriuspy/siriuspy/servweb/ @xresende @anacso17 @fernandohds564
# --- timesys subpackage
/siriuspy/siriuspy/timesys/ @fernandohds564 @xresende