Skip to content

Commit 04cbf38

Browse files
author
github-actions
committed
Update to X in STEP and README.md
1 parent 7da49fb commit 04cbf38

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

.github/steps/-step.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4
1+
X

README.md

+22-18
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,39 @@ _Get started using GitHub in less than an hour._
1414
</header>
1515

1616
<!--
17-
<<< Author notes: Step 4 >>>
18-
Just a historic note: The previous version of this step required responding
19-
to a pull request review before merging. The previous version also handled
20-
if users accidentally closed without merging.
17+
<<< Author notes: Finish >>>
18+
Review what we learned, ask for feedback, provide next steps.
2119
-->
2220

23-
## Step 4: Merge your pull request
21+
## Finish
2422

25-
_Nicely done! :sunglasses:_
23+
_Congratulations, you've completed this course and joined the world of developers!_
2624

27-
You successfully created a pull request. You can now merge your pull request.
25+
<img src=https://octodex.github.com/images/collabocats.jpg alt=celebrate width=300 align=right>
2826

29-
**What is a merge?**: A _[merge](https://docs.github.com/en/get-started/quickstart/github-glossary#merge)_ adds the changes in your pull request and branch into the `main` branch. For more information about merges, see "[Merging a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request)."
27+
Here's a recap of your accomplishments:
3028

31-
As noted in the previous step, you may have seen evidence of GitHub Actions running which automatically progresses your instructions to the next step. You'll have to wait for it to finish before you can merge your pull request. It will be ready when the merge pull request button is green.
29+
- You learned about GitHub, repositories, branches, commits, and pull requests.
30+
- You created a branch, a commit, and a pull request.
31+
- You merged a pull request.
32+
- You made your first contribution! :tada:
3233

33-
![screenshot of green merge pull request button](/images/Green-merge-pull-request.png)
34+
### What's next?
3435

35-
### :keyboard: Activity: Merge the pull request
36+
If you'd like to make a profile README, use the quickstart instructions below or follow the instructions in the [Managing your profile README](https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme) article.
3637

37-
1. Click **Merge pull request**.
38-
2. Click **Confirm merge**.
39-
3. Once your branch has been merged, you don't need it anymore. To delete this branch, click **Delete branch**.
38+
1. Make a new public repository with a name that matches your GitHub username.
39+
2. Create a file named `README.md` in its root. The "root" means not inside any folder in your repository.
40+
3. Edit the contents of the `README.md` file.
41+
4. If you created a new branch for your file, open and merge a pull request on your branch.
42+
5. Lastly, we'd love to hear what you thought of this course [in our discussion board](https://github.com/orgs/skills/discussions/categories/introduction-to-github).
4043

41-
<img alt="screenshot showing delete branch button" src="/images/delete-branch.png"/>
44+
Check out these resources to learn more or get involved:
4245

43-
4. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.
44-
45-
**Note**: Check out the **Finish** step to see what you can learn next!
46+
- Are you a student? Check out the [Student Developer Pack](https://education.github.com/pack).
47+
- [Take another GitHub Skills course](https://github.com/skills).
48+
- [Read the GitHub Getting Started docs](https://docs.github.com/en/get-started).
49+
- To find projects to contribute to, check out [GitHub Explore](https://github.com/explore).
4650

4751
<footer>
4852

0 commit comments

Comments
 (0)