Skip to content

How to Fork

Jason edited this page Mar 12, 2024 · 1 revision

What is Forking?

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.

How to Fork

  1. Choose a Repo (Frontend, Backend, Website)
  2. Follow GitHub's Forking guide to fork the repo here
  3. Create a new branch on your new forked repo
  4. Once you have completed your task, create a pull request from your fork.

Clone this wiki locally