Skip to content

Commit 96a9c3e

Browse files
Update to X in STEP and README.md
1 parent ac50647 commit 96a9c3e

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

.github/steps/-step.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5
1+
X

README.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,35 @@ _Organize ideas and collaborate using Markdown, a lightweight language for text
1414
</header>
1515

1616
<!--
17-
<<< Author notes: Step 5 >>>
18-
Start this step by acknowledging the previous step.
19-
Define terms and link to docs.github.com.
17+
<<< Author notes: Finish >>>
18+
Review what we learned, ask for feedback, provide next steps.
2019
-->
2120

22-
## Step 5: Merge your pull request
21+
## Finish
2322

24-
_Great job adding a task list to the file :heart:_
23+
_Congratulations friend, you've completed this course!_
2524

26-
You can now [merge](https://docs.github.com/get-started/quickstart/github-glossary#merge) your pull request!
25+
<img src=https://octodex.github.com/images/welcometocat.png alt=celebrate width=300 align=right>
2726

28-
### :keyboard: Activity: Merge your pull request
27+
Here's a recap of all the tasks you've accomplished in your repository:
2928

30-
1. Click **Merge pull request**.
31-
1. 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.
29+
1. You learned about Markdown, headings, images, code examples, and task lists.
30+
1. You created and merged a Markdown file.
31+
1. You learned an essential GitHub skill. 🎉
32+
33+
### What's next?
34+
35+
- You can enable GitHub Pages and see your Markdown file as a website!
36+
1. Under your repository name at the upper right, click :gear: **Settings**.
37+
1. Then on the lower left, click **Pages** in the **Code and automation** section.
38+
1. In the **GitHub Pages** section, ensure "Deploy from a branch" is selected from the **Source** drop-down menu, and then select `main` from the **Branch** drop-down menu as your GitHub Pages publishing source.
39+
1. Click the **Save** button.
40+
1. Wait about 30 seconds then refresh the page. When you see "Your site is published at ..." you can click on the link to see your published site.
41+
- Learn more about [Markdown](https://docs.github.com/github/writing-on-github).
42+
- We'd love to hear what you thought of this course [in our discussion board](https://github.com/orgs/skills/discussions/categories/communicate-using-markdown)
43+
- [Take another GitHub Skills course](https://github.com/skills).
44+
- [Read the GitHub Getting Started docs](https://docs.github.com/get-started).
45+
- To find projects to contribute to, check out [GitHub Explore](https://github.com/explore).
3246

3347
<footer>
3448

0 commit comments

Comments
 (0)