From 0f4cec557395f22616848e8812d27d628fc4df62 Mon Sep 17 00:00:00 2001 From: zest Date: Tue, 24 Mar 2026 19:39:20 +0800 Subject: [PATCH] feat: update pr rules --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89fbc5d..f02c421 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -125,7 +125,8 @@ If your skill includes helper scripts (typically in a `scripts/` directory): ### 4. Language and Encoding - Skill names and file names: ASCII only, `kebab-case` -- Markdown content may be in English, Chinese, or bilingual — match the target audience of your skill +- SKILL.md content and code should be written in English +- Reference docs are recommended to be in English - All files must be UTF-8 encoded ## Review Process