Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ In this course, you will:

### How to start this course

1. Scroll to the top of the page and click the down arrow next to the Fork button. Then click 'Create a new fork' to fork this repository.
Copy link

Copilot AI Nov 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] This step lacks a period at the end, while step 4 on line 62 ends with a period. For consistency with markdown list formatting, either all steps should end with periods or none should. The existing steps 3 and 4 (lines 58, 62) appear to be sub-items that end with periods, so the new steps should follow the same convention.

Copilot uses AI. Check for mistakes.
2. Right-click **Start course** and open the link in a new tab.
Comment on lines +42 to +43
Copy link

Copilot AI Nov 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The instruction flow is confusing because step 2 tells users to right-click the 'Start course' button, but the button itself is not shown until after these instructions (it appears on line 56). Users following the steps sequentially will be looking for a button that hasn't been introduced yet. Consider either: (1) removing the new steps 1-2 and keeping the original flow where users click the button first, or (2) restructuring so the button appears before step 2, or (3) rewording step 2 to reference 'the Start course button below'.

Copilot uses AI. Check for mistakes.

<!-- For start course, run in JavaScript:
'https://github.com/new?' + new URLSearchParams({
template_owner: 'skills',
Expand All @@ -52,12 +55,11 @@ In this course, you will:

[![start-course](https://user-images.githubusercontent.com/1221423/235727646-4a590299-ffe5-480d-8cd5-8194ea184546.svg)](https://github.com/new?template_owner=skills&template_name=communicate-using-markdown&owner=%40me&name=skills-communicate-using-markdown&description=My+clone+repository&visibility=public)

1. Right-click **Start course** and open the link in a new tab.
2. In the new tab, most of the prompts will automatically fill in for you.
3. In the new tab, most of the prompts will automatically fill in for you.
- For owner, choose your personal account or an organization to host the repository.
- We recommend creating a public repository, as private repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions).
- Scroll down and click the **Create repository** button at the bottom of the form.
3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README.
4. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README.

<footer>

Expand Down