Contributing Guide
#Please follow this guide if you are planning on contributing to the Real-Sim Environment
Thank you for your interest in contributing to this project!
Follow these steps exactly to ensure your contributions are properly tracked and merged.
Step 1: Fork the Repository
Go to the GitHub page for this project.
Click the Fork button in the top-right corner.
This creates a copy of the repository under your account.
Step 2: Clone Your Fork
Open your terminal and run:
git clone https://github.com/<your-username>/<repo-name>.git
cd <repo-name>