# <Issue ID> — <short title>

- **Issue:** #<id>
- **Branch / MR:** <branch or MR link>
- **Date:** <YYYY-MM-DD>
- **Author:** <name>

## Problem

What was observed — the symptom, who it affected, and how to reproduce it.

## Root cause

The underlying reason, at code level.

## What changed

Files touched and why:

| File | Change |
|------|--------|
| `path/to/file` | … |

## Testing / verification

- [ ] `php bin/magento setup:di:compile`
- [ ] `php bin/magento setup:upgrade` (if schema/data changed)
- [ ] Angular build (`ng build`) — if frontend changed
- [ ] Manual verification of the affected flow
- [ ] SonarQube / static analysis clean

## Security & migration notes

Any data migration, config change, ACL, or security consideration. Write "None" if
not applicable.
