diff --git a/.qwen/commands/qc/create-issue.md b/.qwen/commands/qc/create-issue.md index 497b3fa14..e8f321c03 100644 --- a/.qwen/commands/qc/create-issue.md +++ b/.qwen/commands/qc/create-issue.md @@ -35,6 +35,16 @@ The user provides a brief description of a feature request or bug report: - Bug report: follow @.github/ISSUE_TEMPLATE/bug_report.yml - Write from the user's perspective, not as an implementation spec - Keep the language clear and concise, AVOID internal implementation details +- **Bilingual requirement**: The issue body must be in both English and Chinese + - English content comes first at the top + - Chinese translation goes at the end, wrapped in a `
` collapsible tag: + ```markdown +
+ 中文 + (Chinese translation here) +
+ ``` + - The issue title stays in English only — do NOT translate the title 4. **Review with user**