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

Commit 1a9d0ef

Browse files
committed
replace PR with pull request
1 parent fa1877f commit 1a9d0ef

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Learning Lab helps people build real world skills through hands-on activities. This course streamlines the course building process, and gives you all the tools you need to help others learn.
22

33
Register for this course to get the starter files needed to build your Learning Lab course, or complete the course steps for a fully guided experience. If you choose to complete the course, you'll be able to:
4-
- identify the structure of a Learning Lab course
5-
- define a title and description for your course
6-
- define a template repository
7-
- create course steps
8-
- create responses
9-
- publish a course to GitHub Learning Lab
4+
- Identify the structure of a Learning Lab course
5+
- Define a title and description for your course
6+
- Define a template repository
7+
- Create course steps
8+
- Create responses
9+
- Publish a course to GitHub Learning Lab
1010

1111
> Note: Creating courses on Learning Lab is currently available in public beta. If you're not a member of the public beta, you will be unable to publish your course.
1212
>

config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ steps:
9898
path: config.yml
9999
body: |
100100
```suggestion
101-
tagline: Learn how to open a PR
101+
tagline: Learn how to open a pull request
102102
```
103103
position: 7
104104
- type: octokit
@@ -110,7 +110,7 @@ steps:
110110
path: config.yml
111111
body: |
112112
```suggestion
113-
description: Go from 0 to PR 1 in less than 10 minutes with this course.
113+
description: Go from 0 to pull request 1 in less than 10 minutes with this course.
114114
```
115115
position: 8
116116

@@ -338,7 +338,7 @@ steps:
338338
path: config.yml
339339
body: |
340340
```suggestion
341-
- title: Create a new PR
341+
- title: Create a new pull request
342342
```
343343
position: 19
344344
- type: octokit
@@ -350,7 +350,7 @@ steps:
350350
path: config.yml
351351
body: |
352352
```suggestion
353-
description: Add your name to the README.md file in your new PR
353+
description: Add your name to the README.md file in your new pull request
354354
```
355355
position: 20
356356

@@ -417,7 +417,7 @@ steps:
417417
position: 32
418418

419419
# 12
420-
- title: Validate a learner's PR
420+
- title: Validate a learner's pull request
421421
description: Add a gate to determine if the learner took the expected action.
422422
link: '{{ repoUrl }}/pull/3'
423423
event: pull_request.synchronize
@@ -517,7 +517,7 @@ steps:
517517
position: 37
518518

519519
# 14
520-
- title: Respond to a learner's successful PR
520+
- title: Respond to a learner's successful pull request
521521
description: Use a respond action when a learner opens their pull request.
522522
link: '{{ repoUrl }}/pull/3'
523523
event: pull_request.synchronize

responses/08.0_validate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Course authors can use **gates** to be validate the user's completion of a step.
66

77
## Step 11: Add a gate
88

9-
Let's now validate the learner's PR. We asked them to title the pull request "Add name to README" so that's what we need to validate against.
9+
Let's now validate the learner's pull request. We asked them to title the pull request "Add name to README" so that's what we need to validate against.
1010

1111
### :keyboard: Activity: Adding a gate
1212

responses/goto-first-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Let's go to the [first PR]({{ url }}) which I've opened for you.
1+
Let's go to the [first pull request]({{ url }}) which I've opened for you.

responses/goto-steps-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Let's go to the [next PR]({{ url }}).
1+
Let's go to the [next pull request]({{ url }}).

responses/goto-template-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Let's go to the [next PR]({{ url }}).
1+
Let's go to the [next pull request]({{ url }}).

0 commit comments

Comments
 (0)