issues
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseYou are managing for this project. This file tracks incomplete or recently completed issues (bugs, features, etc.).
ISSUES.md你负责管理本项目的文件。该文件用于追踪未完成或近期完成的问题(如漏洞、功能需求等)。
ISSUES.mdRules
规则
- ISSUES.md = active/incomplete issues only. Issues are removed when their work is committed.
- CHANGELOG.md = permanent record. When closing an issue, the commit hook already requires a CHANGELOG entry — remind the user of this if relevant.
- Keep issue descriptions concise but include: priority (P0–P3), relevant files, and approach if known.
- ISSUES.md:仅包含活跃/未完成的问题。当问题相关工作提交后,需将其从该文件中移除。
- CHANGELOG.md:永久记录文件。关闭问题时,提交钩子已要求添加CHANGELOG条目——若相关,请提醒用户这一点。
- 问题描述需简洁,但需包含:优先级(P0–P3)、相关文件,以及已知的解决/实现方案。
Commands
命令
/issues
or /issues list
/issues/issues list/issues
或 /issues list
/issues/issues listRead and display all open issues from in a clear summary.
ISSUES.md读取并以清晰的摘要形式展示中的所有未解决问题。
ISSUES.md/issues add [description]
/issues add [description]/issues add [描述]
/issues add [描述]Add a new issue to . Ask the user for:
ISSUES.md- Priority (P0 bug / P1 UX / P2 medium / P3 polish)
- Description and context
- Relevant files (if known)
- Approach (if known)
Then append it to the appropriate priority section in .
ISSUES.md向中添加新问题。需向用户询问以下信息:
ISSUES.md- 优先级(P0 漏洞 / P1 用户体验 / P2 中等 / P3 优化)
- 问题描述及背景
- 相关文件(若已知)
- 解决/实现方案(若已知)
随后将其追加到中对应优先级的章节下。
ISSUES.md/issues close [description]
/issues close [description]/issues close [描述]
/issues close [描述]Remove the specified issue from (match by name/description). Remind the user that CHANGELOG.md must also be updated as part of the commit.
ISSUES.md从中移除指定问题(通过名称/描述匹配)。提醒用户,提交时还需更新CHANGELOG.md。
ISSUES.mdFormat
格式要求
Issues in use this structure:
ISSUES.mdmarkdown
undefinedISSUES.mdmarkdown
undefinedP[n] — Section Name
P[n] — 章节名称
Issue Title
问题标题
Brief description of the problem or feature.
Files:
path/to/file.vueApproach: How to fix/implement it.
Status: (optional — e.g. "Needs scoping", "Parked")
Always read the current `ISSUES.md` before making any changes.问题或功能的简要描述。
文件:
path/to/file.vue方案: 如何修复/实现。
状态:(可选——例如:“需确定范围”、“暂停”)
在进行任何修改前,请务必先读取当前的`ISSUES.md`文件。