Pygame is python framework for deveopment games in python.
- 复刻 the project repository
Find the project's repository on GitHub, and then "fork" it by clicking the 复刻 button in the upper right corner:
- Clone your 复刻
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 仓库 - where you forked your project
- Origin 仓库 - Your forked project
**Check Details workflow here before submitting - https://dataschool.io/how-to-contribute-on-github/
