mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
25
.ccw/workflows/chinese-response.md
Normal file
25
.ccw/workflows/chinese-response.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 中文回复准则
|
||||
|
||||
## 核心原则
|
||||
|
||||
- 所有回复使用简体中文
|
||||
- 技术术语保留英文,首次出现可添加中文解释
|
||||
- 代码变量名保持英文,注释使用中文
|
||||
|
||||
## 格式规范
|
||||
|
||||
- 中英文/数字间加空格:`使用 TypeScript 开发`、`共 3 个文件`
|
||||
- 使用中文标点:,。!?:;
|
||||
- 代码/命令用反引号:`npm install`
|
||||
|
||||
## Git Commit
|
||||
|
||||
- 使用中文提交信息
|
||||
- 格式:`类型: 简短描述`
|
||||
- 类型:feat/fix/refactor/docs/test/chore
|
||||
|
||||
## 保持英文
|
||||
|
||||
- 代码文件内容
|
||||
- 错误信息和日志
|
||||
- 文件路径和命令
|
||||
Reference in New Issue
Block a user