Skip to content

Commit 9d0881d

Browse files
authored
Update start course button (#43)
* Update start course button * Update README.md
1 parent 5d72f25 commit 9d0881d

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

Diff for: README.md

+19-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<!--
3-
The step and endstep markers will cause this
4-
introduction content to be hidden once the
3+
The step and endstep markers will cause this
4+
introduction content to be hidden once the
55
repository is created off the template
66
-->
77

@@ -24,12 +24,24 @@ GitHub releases allow your team to package and provide software to your users ba
2424

2525
## How to start this course
2626

27+
<!-- For start course, run in JavaScript:
28+
'https://github.com/new?' + new URLSearchParams({
29+
template_owner: 'skills',
30+
template_name: 'release-based-workflow',
31+
owner: '@me',
32+
name: 'skills-release-based-workflow',
33+
description: 'My clone repository',
34+
visibility: 'public',
35+
}).toString()
36+
-->
37+
38+
[![start-course](https://user-images.githubusercontent.com/1221423/235727646-4a590299-ffe5-480d-8cd5-8194ea184546.svg)](https://github.com/new?template_owner=skills&template_name=release-based-workflow&owner=%40me&name=skills-release-based-workflow&description=My+clone+repository&visibility=public)
39+
2740
1. Right-click **Start course** and open the link in a new tab.
28-
<br />[![start-course](https://user-images.githubusercontent.com/1221423/218596841-0645fe1a-4aaf-4f51-9ab3-8aa2d3fdd487.svg)](https://github.com/skills/release-based-workflow/generate)
29-
2. In the new tab, follow the prompts to create a new repository.
41+
2. In the new tab, most of the prompts will automatically fill in for you.
3042
- For owner, choose your personal account or an organization to host the repository.
31-
- 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).
32-
![Create a new repository](https://user-images.githubusercontent.com/1221423/218594143-e60462b6-9f2a-4fa3-80de-063ac5429aab.png)
43+
- 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).
44+
- Scroll down and click the **Create repository** button at the bottom of the form.
3345
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.
3446

3547
</details>
@@ -163,7 +175,7 @@ Let's make a new pull request comparing the `release-v1.0` branch to the `main`
163175
1. Ensure the title of your pull request is "Release v1.0".
164176
1. Include a detailed pull request body, an example is below:
165177
```
166-
## Description:
178+
## Description:
167179
- Changed page background color to black.
168180
- Changed game text color to green.
169181
```

0 commit comments

Comments
 (0)