-
Notifications
You must be signed in to change notification settings - Fork 0
How to Fork
Jason edited this page Mar 12, 2024
·
1 revision
Forking is a GitHub feature that allows users to clone existing repositories without them being part of the organization or added to the repository as a contributor. It's a common practice done in open source projects to allow anyone outside of the owner organization to contribute.
- Choose a Repo (Frontend, Backend, Website)
- Follow GitHub's Forking guide to fork the repo here
- Create a new branch on your new forked repo
- Once you have completed your task, create a pull request from your fork.