From 0dd4af4811bf05c475e0b92c30b4543d3a4eeb4f Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 2 Sep 2025 20:53:47 +0200 Subject: [PATCH] docs: Update testing command in contributing guidelines --- docs/src/development-guidelines/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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