-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
41 lines (22 loc) · 1018 Bytes
/
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
# CodeOwners for R2018
* @Team334/programmers
# Eric Jiang - Programming Lead
# *placeholder*
# Dan Shafman - Vision
/src/org/usfirst/frc/team334/robot/vision @DanShafman
# Joseph Babbitt - Drivetrain and Pneumatics
/src/org/usfirst/frc/team334/robot/subsystems/Drive.java @babbitt
/src/org/usfirst/frc/team334/robot/subsystems/Pneumatics.java @babbitt
/src/org/usfirst/frc/team334/robot/commands/Drivetrain @babbitt
# Samuel Piltch - Elevator
/src/org/usfirst/frc/team334/robot/subsystems/Elevator.java @samuelpiltch
/src/org/usfirst/frc/team334/robot/commands/Elevator @samuelpiltch
# Patrick Fan - PIDS & Auton
/src/org/usfirst/frc/team334/robot/auto @Cyfurion
/src/org/usfirst/frc/team334/robot/pids @Cyfurion
/src/org/usfirst/frc/team334/robot/commands/Auton @Cyfurion
# Aleksey Panas - Intake and Climber
/src/org/usfirst/frc/team334/robot/subsystems/RollerIntake.java @apanas9246
/src/org/usfirst/frc/team334/robot/commands/Intake @apanas9246
# Saikanam Siam - Cube Detection
# *placeholder*