Version Control Conventions - CMPUT301W21T06/CrowdFly GitHub Wiki

Guidelines

  1. When you complete a feature

Always pull from the branch named "staging" and ensure all merge conflicts are resolved and the project works

  1. When you commit

Use conventional commits to format commit messages [https://www.conventionalcommits.org/en/v1.0.0/](Link to full docs)

  1. Avoid commit unnecessary build files