Skip to content

Latest commit

 

History

History
32 lines (32 loc) · 958 Bytes

README.md

File metadata and controls

32 lines (32 loc) · 958 Bytes

Setup Instructions

  • Go to main Project Repository
  • Fork the Repository
  • Make sure you see the Project on your Github account
  • Go to a folder in your device
  • Open the terminal at that folder
  • Execute:
    git clone <url of your fork, e.g. your-username/VR-GraphingCalculator>
    

Contribution Instructions

  • Go to your project repository on GitHub
  • Sync fork (if needed)
  • Open terminal at your local repository (local project folder)
  • Execute:
    git pull origin main
    
  • Open Unity on that folder
  • Make changes you need to in Unity
  • Go to the folder in terminal
  • Execute:
    git add .
    git commit -m “<Summary>”
    git push origin main
    
  • Make sure that Summary thoroughly explains changes you made (Look at commit history for examples)
  • Go to your own repo on GitHub
  • Go to pull requests
  • Create pull request
  • Submit request