How contribute Finmars-platform Create Pull Request in repositories Here is a example of contributing Finmars repositories Create fork Clone this fork Example: git clone https://github.com//.git cd Create new branch Example: git checkout -b Make changes Fix change Example: git add . git commit -m "" Push changes Example: git push --set-upstream origin Create Pull request 1. Checkout to branch in github.com 2. Open Pull Request 3. Check source branch is base repository and main branch and create pull request