Skip to content

Commit 0b429c0

Browse files
authored
Update start course button (#53)
* update-start-course-button * Update README.md
1 parent afc6a7d commit 0b429c0

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,24 @@ GitHub is about more than code. It’s a platform for software collaboration, an
3131

3232
## How to start this course
3333

34+
<!-- For start course, run in JavaScript:
35+
'https://github.com/new?' + new URLSearchParams({
36+
template_owner: 'skills',
37+
template_name: 'communicate-using-markdown',
38+
owner: '@me',
39+
name: 'skills-communicate-using-markdown',
40+
description: 'My clone repository',
41+
visibility: 'public',
42+
}).toString()
43+
-->
44+
45+
[![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)
46+
3447
1. Right-click **Start course** and open the link in a new tab.
35-
<br />[![start-course](https://user-images.githubusercontent.com/1221423/218596841-0645fe1a-4aaf-4f51-9ab3-8aa2d3fdd487.svg)](https://github.com/skills/communicate-using-markdown/generate)
36-
2. In the new tab, follow the prompts to create a new repository.
48+
2. In the new tab, most of the prompts will automatically fill in for you.
3749
- For owner, choose your personal account or an organization to host the repository.
38-
- We recommend creating a public repositoryprivate repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions).
39-
![Create a new repository](https://user-images.githubusercontent.com/1221423/218594143-e60462b6-9f2a-4fa3-80de-063ac5429aab.png)
50+
- 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).
51+
- Scroll down and click the **Create repository** button at the bottom of the form.
4052
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.
4153

4254
</details>

0 commit comments

Comments
 (0)