Pygame is python framework for deveopment games in python.
- Fork the project repository
Find the project's repository on GitHub, and then "fork" it by clicking the Fork button in the upper right corner:
- Clone your Fork
Using Git on your local machine, clone your fork using the URL you just copied: git clone URL_OF_FORK.
-
Add the project repository as the "upstream" remote
Add the project repository as the "upstream" remote using: git remote add upstream URL_OF_PROJECT.Before tryingto push first sync it with upstream repository.
- Upstream Repository - where you forked your project
- Origin Repository - Your forked project
**Check Details workflow here before submitting - https://dataschool.io/how-to-contribute-on-github/