ChaelCodes / MeetAnotherDay

An app to help you find and meet up with your friends at conferences.
MIT License
35 stars 20 forks source link

Documentation: Explain Forked Repos #102

Closed ChaelCodes closed 2 years ago

ChaelCodes commented 2 years ago

Description

Explain that we used forked repos in the CONTRIBUTING guide and how to pull from the upstream repo.

Include how to fork/clone the repo, preferably link to a GitHub resource.

LittleBigProgramming commented 2 years ago

I could add this in if you like. I have the link handy from last night when I couldn't remember the commands off the top of my head!

https://docs.github.com/en/github/collaborating-with-pull-requests/working-with-forks/syncing-a-fork#syncing-a-fork-from-the-command-line

LittleBigProgramming commented 2 years ago

I think this will definitely help newer contributors and those who don't contribute to open source often to avoid looking up the commands. 🙌