- My branch follows the naming convention (
feature/<description>orfix/<description>). - My PR title and description clearly explain the change and its purpose.
- I ran the typecheck (
npx tsc --noEmit). - I ran lint (
pnpm lint). - I ran the relevant tests (
pnpm test). - I added or updated tests for this change, or explained why tests are not needed.
- I updated relevant documentation, or no documentation changes are needed.