handbook

Pull Request Guidelines

Core Principles

1. Before You Code

2. Writing Commits

type: description (max 50 chars) - Clear history helps with debugging and rollbacks

3. Creating Your PR

Title: Clear, specific description tells reviewers exactly what changed

Description: Complete the entire PR template - this is your documentation for future developers

Meta Information: Set proper PR metadata for tracking and organization

⚠️ Incomplete descriptions = rejected PRs - Poor documentation leads to production issues

4. Before Requesting Review

MANDATORY self-review checklist - Catches 90% of issues before wasting reviewer time:

5. Timeline

Give reviewers 24 hours - Quality review takes time. Follow up if blocking other work.


Remember: PRs are permanent documentation. Write them for the developer who will debug this code at 2 AM in 6 months.