-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathCODEOWNERS
More file actions
30 lines (21 loc) · 686 Bytes
/
CODEOWNERS
File metadata and controls
30 lines (21 loc) · 686 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
# Default owner of the ship. Not needed, but just adding.
* @jamespilgrim
/.github/workflows/CODEOWNERS @jamespilgrim
# GitHub Workflows
/.github/workflows/ @jamespilgrim @connorgallopo @jeshernandez
# Top Level Software Ownership
/Software/ @jamespilgrim
# Python Web Server
/Software/web-server/ @connorgallopo
# Yolo Model + Tooling
/Software/GroundTruthAnnotator/ @connorgallopo
/Software/LMSourceCode/ImageProcessing/ @jamespilgrim @connorgallopo
# Documentation files
/docs/ @jeshernandez @connorgallopo
/docs/hardware/ @markjonharman
# Installation Scripts
/Dev/ @jeshernandez @connorgallopo
# Hardware
/Hardware/ @markjonharman
# Packaging
/packaging/ @connorgallopo