Pull Request Workflow

Standard Flow

  1. Create a focused branch.

  2. Implement changes with tests.

  3. Run linting and test suite.

  4. Open pull request with clear scope.

  5. Address review feedback.

  6. Merge after approvals and checks.

PR Checklist

  • Tests added or updated

  • Backward-compatibility impact evaluated

  • Documentation impact evaluated

  • Changelog entry added if needed