You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Good documentation is crucial for our users. If your contribution involves chang
45
45
1. Fork the MobX-State-Tree repository on GitHub to your own GitHub account.
46
46
2. Clone your fork to your local machine.
47
47
3. Create a new branch for your changes: `git checkout -b my-feature`.
48
-
4. Before starting, it's not a bad idea to `bun install && bun run build && bun run test` to check that your machine can run the full test suite to start.
48
+
4. Before starting, it's not a bad idea to `bun install && bun run build && bun run test:all` to check that your machine can run the full test suite to start.
49
49
5. Make your changes and ensure that all tests pass (including any new tests you have added).
50
50
6. Update the documentation if necessary.
51
51
7. Commit your changes: `git commit -m "Add my feature"`. Please consider [following conventional commit formatting](https://www.conventionalcommits.org/en/v1.0.0/).
0 commit comments