diff --git a/docs/src/development-guidelines/contributing.md b/docs/src/development-guidelines/contributing.md index 5d537410..d35adb5b 100644 --- a/docs/src/development-guidelines/contributing.md +++ b/docs/src/development-guidelines/contributing.md @@ -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. -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