Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

workflow

Nihal Mirpuri edited this page Jan 6, 2016 · 1 revision

Contributing and Workflow

Since multiple developers (who are not co located) are working on this product, we would like to follow this workflow:

  • master branch is synced with the live application at civicgraph.io
  • development is being done out of the testing branch
  • every story or bug gets its own branch
  • when a story is complete - merge it to the testing branch
  • create a Pull Request (PR) detailing what you are merging from the testing branch to the master branch
  • upon approval of the changes, merge the PR to master
  • deploy the changes to the live environment

Database:

  • The database URLs and credentials will be given to our collaborators on an individual basis.

Clone this wiki locally