Skip to main content
How code moves from a local branch to production.

Branching strategy

  • TODO: describe the branching model (e.g. trunk-based or GitFlow), branch naming, and how long-lived branches are managed.

Pull requests

  • TODO: PR template, required checks, approvals, and merge strategy (squash/rebase/merge).

CI/CD

  • TODO: what runs on each push/PR (lint, static analysis, tests, build) and where pipelines are configured.

Environments

  • TODO: list environments (local, staging, production) and how they differ.

Releases & deployments

  • TODO: versioning scheme, release cadence, how deploys are triggered, and rollback steps.