# How contribute Finmars-platform

# Create Pull Request in repositories

#### Here is a example of contributing Finmars repositories

1. ****Create fork****  
    [![image.png](https://docs.finmars.com/uploads/images/gallery/2025-08/scaled-1680-/MoRimage.png)](https://docs.finmars.com/uploads/images/gallery/2025-08/MoRimage.png)
2. ****Clone this fork****  
    Example:  
    ```
    git clone https://github.com/<your-account>/<repo>.git
    cd <repo>
    ```
3. ****Create new branch****  
    Example:  
    ```
    git checkout -b <feat>
    ```
4. ****Make changes****
5. ****Fix change****  
    Example:  
    ```
    git add .
    git commit -m "<commit message>"
    ```
6. ****Push changes****  
    Example:  
    ```
    git push --set-upstream origin <feat>
    ```
7. ****Create Pull request****  
      
    1. Checkout to &lt;feat&gt; branch in github.com  
      
    [![image.png](https://docs.finmars.com/uploads/images/gallery/2025-08/scaled-1680-/eSMimage.png)](https://docs.finmars.com/uploads/images/gallery/2025-08/eSMimage.png)  
      
    2. Open Pull Request  
      
    [![image.png](https://docs.finmars.com/uploads/images/gallery/2025-08/scaled-1680-/OAaimage.png)](https://docs.finmars.com/uploads/images/gallery/2025-08/OAaimage.png)  
      
    3. Check source branch is base repository and main branch and create pull request  
      
    [![image.png](https://docs.finmars.com/uploads/images/gallery/2025-08/scaled-1680-/CYvimage.png)](https://docs.finmars.com/uploads/images/gallery/2025-08/CYvimage.png)