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

Commit f01c3d2

Browse files
authored
Merge branch 'main' into parkerbxyz/patch
2 parents 9efc454 + 7e40f94 commit f01c3d2

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This course is currently in production. It was designed to meet the learning out
2323
- to change the starter code for the learner, edit the [template repository](https://lab.github.com/docs/course-ownership-and-repositories#the-repositories)
2424
1. Commit your changes to your fork.
2525
1. Open a pull request with:
26-
- base branch: the master branch of this repository
26+
- base branch: the main branch of this repository
2727
- compare branch: the branch containing your commits in your fork
2828
1. Wait for a review from the Learning Lab team, which will be automatically requested
2929

@@ -61,4 +61,4 @@ There are many ways you can contribute! Here are just a few:
6161

6262
### Releasing
6363

64-
When your course branch has been merged into `master`, the [course version](https://lab.github.com/docs/course-versioning) on Learning Lab will automatically update and any new learners will receive the updated version of the course. There are no additional requirements on your part.
64+
When your course branch has been merged into `main`, the [course version](https://lab.github.com/docs/course-versioning) on Learning Lab will automatically update and any new learners will receive the updated version of the course. There are no additional requirements on your part.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ For more information on the goals of this course, check out the [`course-details
1414

1515
## Contribute
1616

17-
See something we could improve? Check out the contributing guide in the [community contributors repository](https://github.com/githubtraining/community-contributors/blob/master/CONTRIBUTING.md) for more information on the types of contributions we :heart: and instructions.
17+
See something we could improve? Check out the contributing guide in the [community contributors repository](https://github.com/githubtraining/community-contributors/blob/main/CONTRIBUTING.md) for more information on the types of contributions we :heart: and instructions.
1818

19-
We :heart: our community and take great care to ensure it is fun, safe and rewarding. Please review our [Code of Conduct](https://github.com/githubtraining/community-contributors/blob/master/CODE_OF_CONDUCT.md) for community expectations and guidelines for reporting concerns.
19+
We :heart: our community and take great care to ensure it is fun, safe and rewarding. Please review our [Code of Conduct](https://github.com/githubtraining/community-contributors/blob/main/CODE_OF_CONDUCT.md) for community expectations and guidelines for reporting concerns.
2020

2121
## License
2222

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ template:
88
name: hello-github-actions
99
repo: hello-github-actions-template
1010
before:
11-
# protect the master branch
11+
# protect the main branch
1212
- type: updateBranchProtection
1313

1414
# open issue 1 (welcome)
@@ -18,7 +18,7 @@ before:
1818
comments:
1919
- 00.1_first-steps.md
2020
data:
21-
dockerfileUrl: "%payload.repository.html_url%/new/master?filename=action-a/Dockerfile"
21+
dockerfileUrl: "%payload.repository.html_url%/new/main?filename=action-a/Dockerfile"
2222

2323
# Repo artifacts:
2424
# Issue 1: Welcome

responses/00.1_first-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Our action will use a Docker container so it will require a `Dockerfile`. Let's
4343

4444
1. Commit your file
4545
- If you're working locally, you will also need stage your file and to push the branch to GitHub.
46-
1. Open a pull request with your new branch against `master`
46+
1. Open a pull request with your new branch against `main`
4747

4848
<hr>
4949
<h3 align="center">I'll respond in your new pull request with next steps.</h3>

responses/06.0_workflow-success.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ You should see the string "Hello world, I'm Mona!" printed at the bottom to `std
66

77
## Step 7: Incorporate the workflow
88

9-
As a final step, merge this pull request so the action will be a part of the `master` branch.
9+
As a final step, merge this pull request so the action will be a part of the `main` branch.
1010

1111
Anyone that uses this repository, and any future code can benefit from this workflow and your new action!
1212

13-
### :keyboard: Activity: Merge your workflow into the `master` branch
13+
### :keyboard: Activity: Merge your workflow into the `main` branch
1414

1515
1. Merge this pull request
1616
1. Delete your branch

0 commit comments

Comments
 (0)