Skip to content

Commit 21776e2

Browse files
committed
Start of testing checklist
1 parent a8cd0e5 commit 21776e2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
For each PR, make sure each of these works
2+
3+
# New items
4+
* [ ] Make a new project and make sure you can edit in Robot and TeleOp
5+
* [ ] Add an opmode "Auto" from the + next to Tabs
6+
* [ ] Add a mechanism "Arm" from the + next to Tabs
7+
# Using robot
8+
* [ ] Add a component to the Robot
9+
* [ ] Add a mechanism to the Robot
10+
* [ ] Make sure component and Mechanism show up in toolbox for Opmode
11+
# Events
12+
* [ ] Add an event to the Mechanism
13+
* [ ] In Robot, make sure you can see the event
14+
* [ ] In Opmode, make sure you can see the event
15+
# Mechanims
16+
* [ ] Add a public component to the mechanism
17+
* [ ] Add a private component to the mechanism
18+
* [ ] Make sure that in the Robot you can see the public component (and not the private one)
19+
# Code Generation
20+
* [ ] Generate code (right now "Deploy") and make sure there are no errors
21+
22+

0 commit comments

Comments
 (0)