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

Commit 474c4d8

Browse files
committed
add documentation links to steps
1 parent 1518bc8 commit 474c4d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

responses/06.0_add-first-step.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Great! The learner's repository will now be setup.
1+
Great! The learner's repository will now be setup with a single issue.
22

33
### Steps in Learning Lab
4-
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. **`actions` in this context are NOT the same as GitHub Actions.**
4+
Let's now dive into the `steps:`. This block is composed of [:book: steps](https://github.github.com/learning-lab-equipment/#/3-3-writing-steps) that are triggered by [`events` on GitHub](https://developer.github.com/v3/activity/events/types/), and in turn certain `actions` take place. **`actions` in this context are NOT the same as GitHub Actions.**
55

6-
Each "step" maps directly to something that the user will do. User action triggers the step, and Learning Lab responds. The user action could be creating a pull request, closing an issue, or editing a file. When designing a course, it's important to plan for the user actions to reflect what you want them to learn.
6+
Each step maps directly to something that the user will do. User interaction on GitHub triggers the step, and Learning Lab responds. The user interaction could be creating a pull request, closing an issue, or editing a file. When designing a course, it's important to plan for the user interactions to reflect what you want them to learn.
77

88
For example, you _could_ write a lot of text and have the user close the issue when they're done. But, unless your text was telling them how to close an issue, that reaction doesn't make sense. Try to find a way to have the user demonstrate their knowledge, like by committing a function to a branch. Let the user _show_ they understand to trigger the next step.
99

0 commit comments

Comments
 (0)