@@ -1,24 +1,19 @@
-## Related Issue
-
-Closes #
+## What & Why
-## Changes
+<!-- What changed and why? Keep it brief — details belong in the code. -->
-<!-- What changed and why? -->
+## Related Issue
--
+<!-- Link the issue this PR addresses. Use "Closes #123" to auto-close on merge. -->
## How to Verify
-<!-- Steps to test this PR -->
+<!-- Steps a reviewer can follow to confirm the change works. -->
1.
## Checklist
-- [ ] `npm run format:check` passes
-- [ ] `npm run lint` passes
-- [ ] `npm run typecheck` passes
-- [ ] `npm run build` passes
-- [ ] PR title follows Conventional Commits (`feat:`, `fix:`, `chore:`, `refactor:`, `docs:`, `i18n:`)
-- [ ] New/updated strings added to both `locales/ko.json` and `locales/en.json` (if applicable)
+- [ ] PR title follows [Conventional Commits](https://www.conventionalcommits.org/) (`feat:`, `fix:`, `chore:`, `refactor:`, `docs:`, `i18n:`)
+- [ ] Translations added to both `locales/ko.json` and `locales/en.json` (if UI text changed)
+- [ ] Tested on mobile viewport (if UI changed)