Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 9dbbaab

Browse files
author
Parth Shah
authored
Update config.yml
1 parent f70c7ab commit 9dbbaab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ steps:
4444
description: Give your app a title by adding a header component
4545
event: push
4646
link: '{{ repoUrl }}/issues/2'
47+
video: https://www.youtube.com/embed/aBZ6vaPpNS4
4748
actions:
4849
- type: gate
4950
left: '%payload.ref%'
@@ -64,6 +65,7 @@ steps:
6465
description: Import a child component into its parent
6566
event: push
6667
link: '{{ repoUrl }}/issues/2'
68+
video: https://www.youtube.com/embed/NXnI05i5TI8
6769
actions:
6870
- type: gate
6971
left: '%payload.ref%'
@@ -81,6 +83,7 @@ steps:
8183
description: Add the ability to create assignments
8284
event: push
8385
link: '{{ repoUrl }}/issues/2'
86+
video: https://www.youtube.com/embed/SrpOpss4Luw
8487
actions:
8588
- type: gate
8689
left: '%payload.ref%'
@@ -109,6 +112,7 @@ steps:
109112
description: Pass a title prop to the List child component
110113
event: push
111114
link: '{{ repoUrl }}/issues/2'
115+
video: https://www.youtube.com/embed/3wZV8nQoJQA
112116
actions:
113117
- type: gate
114118
left: '%payload.ref%'
@@ -129,6 +133,7 @@ steps:
129133
description: Add a students state variable to keep track of students
130134
event: push
131135
link: '{{ repoUrl }}/issues/2'
136+
video: https://www.youtube.com/embed/l3nf0C2Xil4
132137
actions:
133138
- type: gate
134139
left: '%payload.ref%'
@@ -151,6 +156,7 @@ steps:
151156
description: Create a method to add students to our state
152157
event: push
153158
link: '{{ repoUrl }}/issues/2'
159+
video: https://www.youtube.com/embed/Rt9E3beRrOc
154160
actions:
155161
- type: gate
156162
left: '%payload.ref%'
@@ -179,6 +185,7 @@ steps:
179185
description: Bind the addStudents method to our class
180186
event: push
181187
link: '{{ repoUrl }}/issues/2'
188+
video: https://www.youtube.com/embed/sJJXnhLuo04
182189
actions:
183190
- type: gate
184191
left: '%payload.ref%'
@@ -215,6 +222,7 @@ steps:
215222
description: Learn how to pass data back to parent components
216223
event: push
217224
link: '{{ repoUrl }}/issues/2'
225+
video: https://www.youtube.com/embed/Rass5Io27r0
218226
actions:
219227
- type: gate
220228
left: '%payload.ref%'
@@ -231,6 +239,7 @@ steps:
231239
- title: Get your pull request approved
232240
event: push
233241
description: Let's confirm you made the right changes
242+
video: https://www.youtube.com/embed/J6M-oi9-LVI
234243
actions:
235244
- type: gate
236245
left: '%payload.ref%'
@@ -254,6 +263,7 @@ steps:
254263
- title: Merge your pull request
255264
event: pull_request.closed
256265
description: Congrats on finishing the course!
266+
video: https://www.youtube.com/embed/uJGGBhdivYQ
257267
actions:
258268
- type: respond
259269
with: 05-congrats.md

0 commit comments

Comments
 (0)