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

Commit 4a81d30

Browse files
committed
Add next step prompt
1 parent 29df0e3 commit 4a81d30

14 files changed

Lines changed: 47 additions & 3 deletions

responses/add-context.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ We'll add the `left:` option to the gate, and set it to the pull request's title
1010
1. Set the gate's `right:` to the title we expect which is `Add name to README`
1111

1212
You can also accept the suggested changes below. They're in batch, so you'll have to go to Files Changed.
13+
14+
<hr>
15+
<h3 align="center">I'll respond below with your next step.</h3>

responses/add-descriptions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ Remember your course's metadata, near the top of your config? We left the descri
33
### :keyboard: Activity: Accept the suggested changes
44

55
Click `Accept suggested change` below or change the lines manually.
6+
7+
<hr>
8+
<h3 align="center">I'll respond below with your next step.</h3>

responses/add-first-step.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
Great! The learner's repo will now be setup. Let's now dive into the `steps:`. This block is composed of steps that are triggered by `events` on GitHub, and in turn certain `actions` take place.
1+
Great! The learner's repo will now be setup. Let's now dive into the `steps:`. This block is composed of steps that are triggered by `events` on GitHub, and in turn certain `actions` take place.
22

33
Note: `actions` in this context is NOT the same as GitHub Actions.
44

5-
Let's name our first step.
5+
Let's name our first step.
6+
7+
<hr>
8+
<h3 align="center">I'll respond below with your next step.</h3>

responses/add-readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ The last thing that remains is a README. This file is show no the course's page,
33
### :keyboard: Activity: Edit the README.md
44

55
- We added a README for you, but go ahead and put in your own content.
6+
7+
<hr>
8+
<h3 align="center">I'll respond below with your next step.</h3>

responses/add-repo-name.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ Awesome! The learner's repository will now be cloned from `lab-starter-template`
33
### :keyboard: Activity: Update the repository name
44

55
Change the field `name:` as part of the `template:` section to anything you like. You can also accept the suggestion below.
6+
7+
<hr>
8+
<h3 align="center">I'll respond below with your next step.</h3>

responses/add-response.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ Great, we referenced a file title `welcome-text.md`, but it doesn't exist. Learn
55
1. In the `/responses/` folder, create a new file titled `welcome-text.md`
66
1. In that file, add some content that will appear to the learner in the welcome issue.
77
1. Add an instruction for the learner to open a new PR titled "Add name to README" in which they add their name to the README file.
8+
9+
<hr>
10+
<h3 align="center">I'll respond below with your next step.</h3>

responses/add-template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ Let's add our own template repo. To speed things up, we've created a template re
77
You can edit the file directly or accept the suggested change below.
88

99
### :keyboard: Activity: Add a template repo
10+
11+
12+
<hr>
13+
<h3 align="center">I'll respond below with your next step.</h3>

responses/add-title.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ Great! You opened the PR.
33
Now let's give your course a title. You can do so by editing `config.yml` directly and changing the title field, or accepting the suggestion below.
44

55
### :keyboard: Activity: Give your course a title
6+
7+
8+
<hr>
9+
<h3 align="center">I'll respond below with your next step.</h3>

responses/add-trigger.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
Great! Your learner now has information about what they're expected to do in this step of the course.
22

3-
Let's now find the `event` that will trigger the step. Because we want the learner to open a new Pull Request, the event we're looking for is `pull_request.opened`.
3+
Let's now find the `event` that will trigger the step. Because we want the learner to open a new Pull Request, the event we're looking for is `pull_request.opened`.
4+
5+
<hr>
6+
<h3 align="center">I'll respond below with your next step.</h3>

responses/create-issue.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ We'll use the `createIssue` action to create an issue for the learner with some
77
We'll define both of those here, but we'll create the body in the next step. You can edit the file manually or accept the suggested changes below. Since there are multiple suggested changes, you can go to the "Files changed tab" and accept them as a batch.
88

99
### :keyboard: Activity:
10+
11+
<hr>
12+
<h3 align="center">I'll respond below with your next step.</h3>

0 commit comments

Comments
 (0)