Wiki

Clone wiki

Approximation Calculator / Team conventions

Branching

  • master is ALWAYS our most stable code state, and should never be broken.
  • development is our testing branch, where code should be merged prior to being merged with master.
  • You should create a new branch anytime you want to test/develop a new feature. Once it is stable, request a pull request to development.
  • All code merges should be done via pull request.

Updated