Guide
Here is a exemple of contributing Finmars repositories
- Create fork
- Clone this fork
Example:git clone https://github.com/<your-account>/<repo>.git cd <repo>
- Create new branch
Example:git checkout -b <feat>
- Make changes
- Fix change
Example:# if this first connect chmod 400 finmars-platform-vm.pem ssh -i ./finmars-platform-vm.pem ubuntu@<Public-IP> # if this first connect # Are you sure you want to continue connecting (yes/no/[fingerprint])? yes # yes
- Push changes
Example:git checkout -b <feat>
- Create Pull request
1. Checkout to <feat> branch in github.com
2. Open Pull Request
3. Check source branch is base repository and main branch and create pull request