🧪 Colombo-HCI-Lab 🛠️ Project Setup 📥 Clone the Repository git clone https://github.com/Colombo-HCI-Lab/colombo-hci-lab.github.io.git cd Colombo-HCI-Lab code . 🌱 Create a New Branch Create a new branch for your feature or fix with your name as the branch name: git checkout -b your-branch-name 🛠️ Make Your Changes Edit or add the necessary files. Follow the existing code style and structure. ✅ Stage and Commit Changes git add . git commit -m "Describe your changes clearly" 🚀 Push Your Branch git push origin your-branch-name 🔁 Create a Pull Request Go to the GitHub repository in your browser Click “Compare & pull request” Add a short description of your changes Click “Create pull request”