添加git提交规范:提交信息必须包含中文说明
Some checks failed
test / native-os-build (macOS-latest) (push) Has been cancelled
test / native-os-build (ubuntu-latest) (push) Has been cancelled
test / native-os-build (windows-latest) (push) Has been cancelled
test / cross-os-build (freebsd amd64) (push) Has been cancelled
test / cross-os-build (linux ppc64le) (push) Has been cancelled
test / cross-os-build (openbsd 386) (push) Has been cancelled
test / cross-os-build (openbsd amd64) (push) Has been cancelled
test / cross-os-build (openbsd arm) (push) Has been cancelled

This commit is contained in:
2026-03-03 10:36:03 +08:00
parent ff4afcdddb
commit b3711b62ad

View File

@@ -14,6 +14,18 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
- 文档和注释可以使用英文(保持与现有代码库风格一致)
- 技术术语遵循行业标准翻译
### Git提交规范
- **提交信息必须包含中文说明**确保每个commit都有清晰的中文描述
- 提交信息格式:`<类型>: <主题>`,主题使用中文
- 提交信息应简洁明了,准确描述变更内容
- 类型可以是feat(新功能)、fix(修复)、docs(文档)、style(样式)、refactor(重构)、test(测试)、chore(构建过程或辅助工具的变动)
### 代码库使用注意事项
- 本项目是一个开源Go库主要用于跨平台串口通信
- 遵守BSD 3-clause开源许可证
- 保持代码的跨平台兼容性和简洁性
- 所有修改需要通过GitHub PR流程进行
### 代码库使用注意事项
- 本项目是一个开源Go库主要用于跨平台串口通信
- 遵守BSD 3-clause开源许可证