-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCODEOWNERS
More file actions
48 lines (26 loc) · 887 Bytes
/
CODEOWNERS
File metadata and controls
48 lines (26 loc) · 887 Bytes
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
# This is a comment
# Each line is a file pattern followed by one or more owners
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence
# these owners will be requested for
# review when someone opens a pull request
* @SPDonaghy @FireBoyAJ24
# boat_simulator
/notebooks/boat_simulator @alberto-escobar @stevenxu27
/src/boat_simulator @alberto-escobar @stevenxu27
# custom_interfaces
/src/custom_interfaces @UBCSailbot/soft-admin
# controller
/notebooks/controller @alberto-escobar @stevenxu27
/src/controller @alberto-escobar @stevenxu27
# diagnostics
/src/diagnostics @Jng468
# docs
/docs/ @FireBoyAJ24
# local_pathfinding
/notebooks/local_pathfinding @raghumanimehta
/src/local_pathfinding @raghumanimehta
# network_systems
/src/network_systems @Jng468 @lross03
# website
/src/website @minjunminji @fyang151