You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
2
2
3
3
Note: `actions` in this context is NOT the same as GitHub Actions.
4
4
5
-
Let's name our first step.
5
+
Let's name our first step.
6
+
7
+
8
+
### :keyboard: Activity: Naming our first step
9
+
10
+
11
+
<hr>
12
+
<h3align="center">I'll respond below with your next step.</h3>
The last thing that remains is a README. This file is show no the course's page, whenever the learner is thinking of registering. Typically this file should contain learning outcomes and some long form content.
1
+
The last thing that remains is a README. This file is show no the course's page, whenever the learner is thinking of registering. Typically this file should contain learning outcomes and some long form content.
2
2
3
-
We added a README for you, but go ahead and put in your own content.
3
+
### :keyboard: Activity: Edit the README.md
4
+
5
+
- We added a README for you, but go ahead and put in your own content.
6
+
7
+
<hr>
8
+
<h3align="center">I'll respond below with your next step.</h3>
Awesome! The learner's repo will now be cloned from `lab-starter-template`. We probably don't want that to be the learner's repo name though, so let's ensure that the learner-facing name is better.
1
+
Awesome! The learner's repository will now be cloned from `lab-starter-template`. We probably don't want that to be the learner's repo name though, so let's ensure that the learner-facing name is better.
2
2
3
-
Change the field `name:` as part of the `template:` section to anything you like. You can also accept the suggestion below.
3
+
### :keyboard: Activity: Update the repository name
4
+
5
+
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
+
<h3align="center">I'll respond below with your next step.</h3>
Great, we referenced a file title `welcome-text.md`, but it doesn't exist. Learning Lab automatically looks in the `responses/` directory for all content files. Let's add it.
2
2
3
-
Activity: add a response
3
+
### :keyboard:Activity: Adding a response
4
4
5
5
1. In the `/responses/` folder, create a new file titled `welcome-text.md`
6
-
1. In that file, add some content that will appear to the learner in the welcome issue.
7
-
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.
6
+
1. In that file, add some content that will appear to the learner in the welcome issue.
7
+
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
+
<h3align="center">I'll respond below with your next step.</h3>
Great! The title will appear anywhere the course is referenced. We'll fill in some more of the course metadata later. Let's get into its nuts and bolts though.
1
+
Great! The title will appear anywhere the course is referenced. We'll fill in some more of the course metadata later. Let's get into its nuts and bolts though.
2
2
3
-
Most courses make use of a template repo. Template repos are cloned for the learner and can contain starter code or resources to help them find their way.
3
+
Most courses make use of a template repo. Template repos are cloned for the learner and can contain starter code or resources to help them find their way.
4
4
5
5
Let's add our own template repo. To speed things up, we've created a template repo for you. We recommend going with this one.
6
6
7
-
You can edit the file directly or accept the suggested change below.
7
+
You can edit the file directly or accept the suggested change below.
8
+
9
+
### :keyboard: Activity: Add a template repo
10
+
11
+
12
+
<hr>
13
+
<h3align="center">I'll respond below with your next step.</h3>
0 commit comments