From 06fa34f869a2c028b0b6ce4564b9d938d532fe29 Mon Sep 17 00:00:00 2001 From: Hector Alfaro Date: Wed, 14 Aug 2019 19:40:12 -0700 Subject: [PATCH 1/3] add video for step 1 --- config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yml b/config.yml index 114fb78..f7bead4 100644 --- a/config.yml +++ b/config.yml @@ -18,6 +18,7 @@ steps: description: Welcome to React! Let's get started with our project. event: pull_request.opened link: '{{ repoUrl }}/issues/1' + video: https://youtu.be/RlDJqryBkkI actions: - type: gate left: '%payload.pull_request.title%' From f70c7abc36ded9ad9ef3cec78dabb1cf05cba851 Mon Sep 17 00:00:00 2001 From: Hector Alfaro Date: Wed, 14 Aug 2019 19:41:48 -0700 Subject: [PATCH 2/3] use embeddable url --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index f7bead4..0ae9e50 100644 --- a/config.yml +++ b/config.yml @@ -18,7 +18,7 @@ steps: description: Welcome to React! Let's get started with our project. event: pull_request.opened link: '{{ repoUrl }}/issues/1' - video: https://youtu.be/RlDJqryBkkI + video: https://www.youtube.com/embed/RlDJqryBkkI actions: - type: gate left: '%payload.pull_request.title%' From 9dbbaab707206cfd8585100da9a8204ccd72cc6c Mon Sep 17 00:00:00 2001 From: Parth Shah Date: Thu, 15 Aug 2019 07:42:52 -0700 Subject: [PATCH 3/3] Update config.yml --- config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.yml b/config.yml index 0ae9e50..db9b17f 100644 --- a/config.yml +++ b/config.yml @@ -44,6 +44,7 @@ steps: description: Give your app a title by adding a header component event: push link: '{{ repoUrl }}/issues/2' + video: https://www.youtube.com/embed/aBZ6vaPpNS4 actions: - type: gate left: '%payload.ref%' @@ -64,6 +65,7 @@ steps: description: Import a child component into its parent event: push link: '{{ repoUrl }}/issues/2' + video: https://www.youtube.com/embed/NXnI05i5TI8 actions: - type: gate left: '%payload.ref%' @@ -81,6 +83,7 @@ steps: description: Add the ability to create assignments event: push link: '{{ repoUrl }}/issues/2' + video: https://www.youtube.com/embed/SrpOpss4Luw actions: - type: gate left: '%payload.ref%' @@ -109,6 +112,7 @@ steps: description: Pass a title prop to the List child component event: push link: '{{ repoUrl }}/issues/2' + video: https://www.youtube.com/embed/3wZV8nQoJQA actions: - type: gate left: '%payload.ref%' @@ -129,6 +133,7 @@ steps: description: Add a students state variable to keep track of students event: push link: '{{ repoUrl }}/issues/2' + video: https://www.youtube.com/embed/l3nf0C2Xil4 actions: - type: gate left: '%payload.ref%' @@ -151,6 +156,7 @@ steps: description: Create a method to add students to our state event: push link: '{{ repoUrl }}/issues/2' + video: https://www.youtube.com/embed/Rt9E3beRrOc actions: - type: gate left: '%payload.ref%' @@ -179,6 +185,7 @@ steps: description: Bind the addStudents method to our class event: push link: '{{ repoUrl }}/issues/2' + video: https://www.youtube.com/embed/sJJXnhLuo04 actions: - type: gate left: '%payload.ref%' @@ -215,6 +222,7 @@ steps: description: Learn how to pass data back to parent components event: push link: '{{ repoUrl }}/issues/2' + video: https://www.youtube.com/embed/Rass5Io27r0 actions: - type: gate left: '%payload.ref%' @@ -231,6 +239,7 @@ steps: - title: Get your pull request approved event: push description: Let's confirm you made the right changes + video: https://www.youtube.com/embed/J6M-oi9-LVI actions: - type: gate left: '%payload.ref%' @@ -254,6 +263,7 @@ steps: - title: Merge your pull request event: pull_request.closed description: Congrats on finishing the course! + video: https://www.youtube.com/embed/uJGGBhdivYQ actions: - type: respond with: 05-congrats.md