From 8a02e766d92fe42c893180c6599f9eb15cb18932 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Tue, 9 Jun 2026 20:21:06 +0800 Subject: [PATCH] Align contributing checks with CI --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb92abb..556a789 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,8 @@ Run the lightweight whitespace check for every change and the repository test co ```bash git diff --check -python -m pytest -q +python3 scripts/runtime_settings.py validate +python3 -m unittest discover -s tests -v ``` For documentation-only changes, at minimum review Markdown links, headings, and bilingual consistency before opening the pull request.