Skip to content

Commit 14d8947

Browse files
committed
restructured the readme file
1 parent be52676 commit 14d8947

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,27 @@ In this course, you will:
3838

3939
### How to start this course
4040

41-
<!-- For start course, run in JavaScript:
42-
'https://github.com/new?' + new URLSearchParams({
43-
template_owner: 'skills',
44-
template_name: 'resolve-merge-conflicts',
45-
owner: '@me',
46-
name: 'skills-resolve-merge-conflicts',
47-
description: 'My clone repository',
48-
visibility: 'public',
49-
}).toString()
50-
-->
41+
Simply copy the exercise to your account, then give your favorite Octocat (Mona) **about 20 seconds** to prepare the first lesson, then **refresh the page**.
42+
43+
[![](https://img.shields.io/badge/Copy%20Exercise-%E2%86%92-1f883d?style=for-the-badge&logo=github&labelColor=197935)](https://github.com/new?template_owner=skills&template_name=resolve-merge-conflicts&owner=%40me&name=skills-resolve-merge-conflicts&description=My+clone+repository&visibility=public)
44+
45+
<details>
46+
<summary>Having trouble? 🤷</summary><br/>
47+
48+
When copying the exercise, we recommend the following settings:
49+
50+
- For owner, choose your personal account or an organization to host the repository.
51+
- 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).
52+
53+
If the exercise isn't ready in 20 seconds:
5154

52-
[![start-course](https://user-images.githubusercontent.com/1221423/235727646-4a590299-ffe5-480d-8cd5-8194ea184546.svg)](https://github.com/new?template_owner=skills&template_name=resolve-merge-conflicts&owner=%40me&name=skills-resolve-merge-conflicts&description=My+clone+repository&visibility=public)
55+
1. After your new repository is created, wait about 20 seconds, then refresh the page.
56+
2. Follow the step-by-step instructions in the issue created in your repository.
57+
3. If the page doesn't refresh automatically, please check the [Actions](../../actions) tab.
58+
- Check to see if a job is running. Sometimes it simply takes a bit longer.
59+
- If the page shows a failed job, please submit an issue. Nice, you found a bug! 🐛
5360

54-
1. Right-click **Start course** and open the link in a new tab.
55-
2. In the new tab, most of the prompts will automatically fill in for you.
56-
- For owner, choose your personal account or an organization to host the repository.
57-
- 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).
58-
- Scroll down and click the **Create repository** button at the bottom of the form.
59-
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.
61+
</details>
6062

6163
<footer>
6264

0 commit comments

Comments
 (0)