# What type of PR is this? - [ ] ๐Ÿ› Bug fix - [ ] โœจ Feature - [ ] ๐Ÿ”Œ Integration - [ ] ๐Ÿ“ Docs - [ ] ๐Ÿงน Refactor - [ ] Other: ## Description ## Related Issues ## How to Test This ```bash # Example commands or steps ``` **Expected result:** ## Contributor Checklist - [ ] Created changeset: `npm run changeset` - [ ] Tests pass: `npm test` - [ ] Format check passes: `npm run format-check` (or `npm run format` to fix) - [ ] Addressed CodeRabbit comments (if any) - [ ] Linked related issues (if any) - [ ] Manually tested the changes ## Changelog Entry --- ### For Maintainers - [ ] PR title follows conventional commits - [ ] Target branch correct - [ ] Labels added - [ ] Milestone assigned (if applicable)