This repository is open for contributions , you can comment on an issue to get assigned to it or make new issues if you suspect anything that needs tweaking in the project itself.
- Fork this reposistory.
- Clone your fork copy of the project which'll be visible in your account.
git clone --depth https://github.com/<your_user_name>/CardFlip_Game.git
- Navigate to the project directory
cd CardFlip_Game
- Create a new branch by using the command
git checkout -b <branch_name>
- Create a new remote for the upstream repo.
- Make the changes in the project in your text editor.
- Track and commit your changes.
- Push your changes to the branch using the command:
git push origin <branch_name>
- Click on the
Create pull request and comparebutton on your github page. - Explain the changes you made and create a pull request.
- Wait for the pull request to get reviewed and merged.