A Unity project for collaborative development.
- Notion Package: Sprint 1: Virtual Windows
To ensure smooth collaboration and avoid conflicts, follow these guidelines:
-
Branching:
- Create a new branch for each feature or fix.
- Use descriptive branch names (e.g.,
feature-virtual-windows,fix-bug-xyz).
-
Committing:
- Avoid committing directly to the
mainbranch. - Write clear and concise commit messages (e.g.,
Add snapping functionality to virtual windows).
- Avoid committing directly to the
-
Merging:
- Merge branches into
mainonly after completion and testing. - Use Unity's YAML merge tool for resolving merge conflicts:
- Merge branches into
- Unity Version: 6000.0.34f1