to contribute fork the repo clone the repo git clone <repo-link> make changes add changes git add . commit changes git commit -m "<commit-name>" push changes git push -u origin main