PR Workflow
Process for submitting and reviewing pull requests.
Why this exists
Structured PR process ensures quality and maintains project standards.
How it works
Create PR with description, get reviews, address feedback, merge when approved.
Examples
PR checklist:
- Tests pass
- Code style checks pass
- Documentation updated
- Breaking changes noted
Common mistakes
- Not describing changes clearly
- Ignoring reviewer comments
- Merging without approval