- Clone the repository:
git clone
- Create a new branch:
git checkout -b <new_branch_name>
- Make changes in the repository with your favorite text editor.
- Add changes to the branch:
git add .
- Commit changes:
git commit -m "<your_commit_message>"
- Push changes to your branch:
git push origin <your_branch_name>
- Go to the repository and make a pull request.
- Wait for the pull request to be reviewed by the repository collaborators.
IF not familiar with git and github, you can download the repository as a zip file, extract it and work on it as you wish.
ELSE watch this video: https://www.youtube.com/watch?v=_kAV059yZ_s