File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,19 +178,19 @@ Make sure to read about [Playwright best practices](https://playwright.dev/docs/
178178
179179### Before submitting
180180
181- 1 . Ensure your code follows the style guidelines
182- 2 . Run linting: ` pnpm lint:fix `
183- 3 . Run type checking: ` pnpm test:types `
184- 4 . Run tests: ` pnpm test `
185- 5 . Write or update tests for your changes
181+ 1 . ensure your code follows the style guidelines
182+ 2 . run linting: ` pnpm lint:fix `
183+ 3 . run type checking: ` pnpm test:types `
184+ 4 . run tests: ` pnpm test `
185+ 5 . write or update tests for your changes
186186
187187### Pull request process
188188
189- 1 . Create a feature branch from ` main `
190- 2 . Make your changes with clear, descriptive commits
191- 3 . Push your branch and open a pull request
192- 4 . Ensure CI checks pass (lint, type check, tests)
193- 5 . Request review from maintainers
189+ 1 . create a feature branch from ` main `
190+ 2 . make your changes with clear, descriptive commits
191+ 3 . push your branch and open a pull request
192+ 4 . ensure CI checks pass (lint, type check, tests)
193+ 5 . request review from maintainers
194194
195195### Commit messages
196196
You can’t perform that action at this time.
0 commit comments