Skip to content

Commit 2ad28f1

Browse files
Fix nav formatting
1 parent 930dc6a commit 2ad28f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/full-day/0-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Workshop setup
22

33
| [← Getting started with GitHub Copilot][walkthrough-previous] | [Next: Enable Code Scanning →][walkthrough-next] |
4+
|:-----------------------------------|------------------------------------------:|
45

56
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.
67

@@ -24,6 +25,7 @@ In a few moments a new repository will be created from the template for this wor
2425
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.
2526

2627
| [← Getting started with GitHub Copilot][walkthrough-previous] | [Next: Enable Code Scanning →][walkthrough-next] |
28+
|:-----------------------------------|------------------------------------------:|
2729

2830
[fork-repo]: https://docs.github.com/en/get-started/quickstart/fork-a-repo
2931
[template-repo]: https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository

0 commit comments

Comments
 (0)