Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 688 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 688 Bytes

Contributing to GardenDo - WebXR Version

  1. Clone the repository git clone https://github.com/vrapeutic/GardenDoWebXR.git
  2. Go to the repo's directory cd GardenDoWebXR
  3. Create a new branch with your new feature name: git checkout -b add-feature-named-X
  4. Follow installations steps found in this link
  5. Apply your modifications on your local branch
  6. Once you want to apply your changes, commit you code, then push the branch and create a new pull request with sufficient information about your contribution
  7. Once your pull request has been accepted, it will be automatically deployed to Firebase.