Skip to content

Commit 930dc6a

Browse files
Add navigation (next/previous) links and reference format for links.
1 parent 142767a commit 930dc6a

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

content/full-day/0-setup.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
# Workshop setup
22

3-
To complete this workshop you will need to create a repository with a copy of the contents of this repository. While this can be done by [forking a repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo), the goal of a fork is to eventually merge code back into the original (or upstream) source. In our case we want a separate copy as we don't intend to merge our changes. This is accomplished through the use of a [template repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository). Template repositories are a great way to provide starters for your organization, ensuring consistency across projects.
3+
| [← Getting started with GitHub Copilot][walkthrough-previous] | [Next: Enable Code Scanning →][walkthrough-next] |
4+
5+
To complete this workshop you will need to create a repository with a copy of the contents of this repository. While this can be done by [forking a repository][fork-repo], the goal of a fork is to eventually merge code back into the original (or upstream) source. In our case we want a separate copy as we don't intend to merge our changes. This is accomplished through the use of a [template repository][template-repo]. Template repositories are a great way to provide starters for your organization, ensuring consistency across projects.
46

57
The repository for this workshop is configured as a template, so we can use it to create your repository.
68

79
## Create your repository
8-
910
Let's create the repository you'll use for your workshop.
1011

11-
1. Navigate to [the repository root](/)
12+
1. Navigate to [the repository root][repo-root]
1213
2. Select **Use this template** > **Create a new repository**
13-
1414
![Screenshot of Use this template dropdown](images/0-setup-template.png)
15-
1615
3. Under **Owner**, select the name of your GitHub handle, or the owner specified by your workshop leader.
1716
4. Under **Repository**, set the name to **pets-workshop**, or the name specified by your workshop leader.
1817
5. Ensure **Public** is selected for the visibility, or the value indicated by your workshop leader.
1918
6. Select **Create repository from template**.
20-
2119
![Screenshot of configured template creation dialog](images/0-setup-configure.png)
2220

2321
In a few moments a new repository will be created from the template for this workshop!
2422

2523
## Summary and next steps
24+
You've now created the repository you'll use for this workshop! Next let's [enable Code Scanning][walkthrough-next] to secure the code we write.
25+
26+
| [← Getting started with GitHub Copilot][walkthrough-previous] | [Next: Enable Code Scanning →][walkthrough-next] |
2627

27-
You've now created the repository you'll use for this workshop! Next let's [enable Code Scanning](1-code-scanning.md) to secure the code we write.
28+
[fork-repo]: https://docs.github.com/en/get-started/quickstart/fork-a-repo
29+
[template-repo]: https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository
30+
[repo-root]: /
31+
[walkthrough-previous]: ../README.md
32+
[walkthrough-next]: 1-code-scanning.md

0 commit comments

Comments
 (0)