Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .qwen/commands/qc/create-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<details>` collapsible tag:
```markdown
<details>
<summary>中文</summary>
(Chinese translation here)
</details>
```
- The issue title stays in English only — do NOT translate the title

4. **Review with user**

Expand Down
Loading