Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 754 Bytes

File metadata and controls

24 lines (13 loc) · 754 Bytes

🎯 Scope & Context

Type: [Feat | Fix | Refactor | Chore | Perf]

Intent: [1-2 sentences explaining the business or technical goal - the "Why"]

Related Issues: [#123, PROJ-456, etc. - Remove this line if none]

🧭 Reviewer Guide

Complexity: [Low | Medium | High]

Entry Point

[Identify the most critical or complex file where the reviewer should start. Explain what the file is and why it's important to understand the changes.]

Sensitive Areas

  • path/to/file: [Brief description of why this needs extra scrutiny]

⚠️ Risk Assessment

  • Breaking Changes: [Yes + details | No breaking changes]
  • Migrations/State: [Database migrations or manual steps required | No migrations or state changes]