Skip to content

Commit

Permalink
docs: correct bun run test to bun run test:all for new contributers (#…
Browse files Browse the repository at this point in the history
…2177)

Co-authored-by: Evin O'Shea <evinoshea@gmail.com>
  • Loading branch information
evinosheaforward and evinosheaforward authored Apr 16, 2024
1 parent 7563cb5 commit fbf21e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Good documentation is crucial for our users. If your contribution involves chang
1. Fork the MobX-State-Tree repository on GitHub to your own GitHub account.
2. Clone your fork to your local machine.
3. Create a new branch for your changes: `git checkout -b my-feature`.
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.
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.
5. Make your changes and ensure that all tests pass (including any new tests you have added).
6. Update the documentation if necessary.
7. Commit your changes: `git commit -m "Add my feature"`. Please consider [following conventional commit formatting](https://www.conventionalcommits.org/en/v1.0.0/).
Expand Down

0 comments on commit fbf21e5

Please sign in to comment.