Skip to main content

Collaborating on GitHub

This section contains documentation of approaches and convention carried out to foster effective collaboration across teams using git and GitHub.

Collaboration Practices

🔄 Git and Version Control

Learn all Git collaboration practices →

📥 Pull Requests

  • PR Format - Templates and structure for meaningful PR discussions
  • Acceptance Criteria - Clear requirements to align team expectations
  • Code Review - Collaborative review practices for quality code
  • Auto-merge - Automated merging to reduce manual overhead
  • Changesets - Semantic versioning and changelogs for coordinated releases

Learn all PR collaboration practices →

Quick Reference

Git Workflow

  1. Create feature branch: feats/description or fixes/description
  2. Write conventional commits
  3. Open PR with proper format
  4. Address code review feedback
  5. Merge with auto-merge when ready
tip

For questions about collaboration practices or to suggest improvements, visit our support page.