git clone https://github.com/Noname-Official/Informatica-3d.git
git pull
git checkout -b feature_name
- Make you changes in your own scene
git add .
git commit -m "Your message"
git push
- Create a pull request
- Assign a reviewer
- Assign yourself
- Add any requested changes
- Wait for the reviewer to merge into main