nanyang-system-developers

Pull Requests

Overview

Pull requests (PRs) let you propose changes to a codebase. They facilitate code review and discussion before changes are merged.

Components

Best Practices

  1. Keep PRs small and focused
  2. Write clear descriptions
  3. Link related issues
  4. Respond to review comments
  5. Update branch when needed

PR Workflow

  1. Create feature branch
  2. Make changes
  3. Submit PR
  4. Address reviews
  5. Merge when approved