Skip to content

Commit d5a457b

Browse files
committed
chore: prefer lowercase
1 parent 1307a2f commit d5a457b

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)