Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 918 Bytes

File metadata and controls

31 lines (19 loc) · 918 Bytes

Summary

Changes

Related issue

Testing

Screenshots

Contributor checklist

  • My branch follows the naming convention (feature/<description> or fix/<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.