Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.01 KB

File metadata and controls

26 lines (17 loc) · 1.01 KB

Description

Additional context


What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Before submitting the PR, please make sure you do the following

  • Submit the PR against the chore/all-my-stuffs branch.
  • Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • Provide a description, in PLAIN ENGLISH ONLY, in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).
  • Run pnpm install --ignore-scripts && pnpm lint:fix && pnpm typecheck to ensure pnpm lock, oxlint and typecheck are ok
  • Ideally, include relevant tests that fail without this PR but pass with it.