Skip to main content

Version Control

Selected Tool

Branching Strategy

  • main branch: Stable, production-ready code.
  • gh-pages branch: Auto-deployed Docusaurus documentation site.
  • Feature branches: For new features or task development.
  • Pull Request Reviews: Team members review and merge into main.
  • Commit Messages: Follow clear conventions like feat or fix.