···178178179179### Before submitting
180180181181-1. Ensure your code follows the style guidelines
182182-2. Run linting: `pnpm lint:fix`
183183-3. Run type checking: `pnpm test:types`
184184-4. Run tests: `pnpm test`
185185-5. Write or update tests for your changes
181181+1. ensure your code follows the style guidelines
182182+2. run linting: `pnpm lint:fix`
183183+3. run type checking: `pnpm test:types`
184184+4. run tests: `pnpm test`
185185+5. write or update tests for your changes
186186187187### Pull request process
188188189189-1. Create a feature branch from `main`
190190-2. Make your changes with clear, descriptive commits
191191-3. Push your branch and open a pull request
192192-4. Ensure CI checks pass (lint, type check, tests)
193193-5. Request review from maintainers
189189+1. create a feature branch from `main`
190190+2. make your changes with clear, descriptive commits
191191+3. push your branch and open a pull request
192192+4. ensure CI checks pass (lint, type check, tests)
193193+5. request review from maintainers
194194195195### Commit messages
196196