# Bug Fix PR

## Bug Summary

Short description of the bug and its impact on users.

## Root Cause

Summarize the underlying cause identified.

## Fix

Describe the approach taken and alternatives considered.

## Repro & Verification Steps

Steps to reproduce the bug and verify the fix.

## Risk & Rollback Plan

Potential side effects and the rollback plan.

## Checklist

- [ ] Linked issue/bug report
- [ ] Previously failing tests now pass / new tests added
- [ ] Lint & build pass
- [ ] No API changes without notes
- [ ] Changelog updated if needed
