Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ import ContentFigure from '@components/ContentFigure.astro';

## Forking

Before beginning, it's necessary to create your own fork of the relevant repository.
Before beginning, it's necessary to create your own fork of the FRCSoftware.org GitHub repository.
Before doing so, you need to have followed the instructions in the "Required Tools" section.
To fork, go to the repository you intend to copy (for example, https://github.com/frcsoftware/Stage1-Template-REV) and click the "Fork" button in the top right corner.
To fork, go to the FRCSoftware.org repository and click the "Fork" button in the top right corner.
This will create a copy of the repository under your own GitHub account, allowing you to make changes without affecting the original repository.
All the templates you will use in this course will be located in your forked repository, under the `examples` folder.

<ContentFigure src="/learning-course/getting-started/forking-and-cloning/forking.webm" />

Expand Down