docs: Update testing command in contributing guidelines

This commit is contained in:
Oliver
2025-09-02 20:53:47 +02:00
parent 26e91119e2
commit 0dd4af4811

View File

@@ -30,7 +30,7 @@ Follow the format described in the [Monorepo](monorepo.md) guidelines.
Please make sure that your code is tested before marking the pull request as ready for review. This means that the code should compile and run without any errors. If you are unsure about how to test your code, please join our Discord server and ask for help. Please make sure that your code is tested before marking the pull request as ready for review. This means that the code should compile and run without any errors. If you are unsure about how to test your code, please join our Discord server and ask for help.
When creating a PR for FancyNpcs, please run the `/fancynpcs test` command in-game and attach a screenshot of the output to the PR. When creating a PR for FancyNpcs, please run the `/fancynpcs run_tests` command in-game and attach a screenshot of the output to the PR.
### Documentation ### Documentation