Version Control Conventions - CMPUT301W21T06/CrowdFly GitHub Wiki
Guidelines
- When you complete a feature
Always pull from the branch named "staging" and ensure all merge conflicts are resolved and the project works
- When you commit
Use conventional commits to format commit messages [https://www.conventionalcommits.org/en/v1.0.0/](Link to full docs)
- Avoid commit unnecessary build files