Skip to content

Enforce Branching and Source Control Standards

Enforce Branching and Source Control Standards

Adopt a consistent Git branching strategy across all teams

Tasks:

  • Document approved branching models
  • Set up branch protection rules in GitHub/ADO
  • Publish naming conventions and use cases
  • Review compliance during retrospectives

Enable automated code formatting and commit validation

Tasks:

  • Add .editorconfig and formatting rules to all repos
  • Configure tools like ESLint, Prettier, Black, Flake8
  • Implement commit message linting
  • Validate pre-commit configuration in CI
Back to top