Skip to content

Commit 33c9f8e

Browse files
authored
Update CONTRIBUTING.md
1 parent f03176f commit 33c9f8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ The `nohoist` option is no longer available in Yarn v2+. In this case, we can us
8181
## Contributing Workflow
8282

8383
1. **Make Changes**
84-
Implement changes, verify with examples (e.g. `pnpm --filter example-hackernews run dev`), and follow the project structure (e.g. tests in the `test` directory).
84+
Implement changes and follow the project structure (e.g. tests in the `test` directory).
8585

8686
2. **Add Tests**
87-
Add integration tests in the `test` directory, ensuring they are comprehensive and align with existing patterns.
87+
Add tests in the `test` directory if appropriate.
8888

8989
3. **Run Tests Locally**
9090

0 commit comments

Comments
 (0)