Files
cursor-byok/.github/PULL_REQUEST_TEMPLATE.md
T
leookun 4bb0cbc1fc docs: 添加双语贡献指南和 PR 模板
Closes #161

- CONTRIBUTING.md:中英双语,涵盖开发环境、项目结构、代码规范、构建发布
- .github/PULL_REQUEST_TEMPLATE.md:双语 PR 描述模板与检查清单
2026-07-27 01:01:29 +08:00

666 B

变更说明 / What

测试方式 / How to Test

检查清单 / Checklist

  • 代码已通过 gofmtgo vet / Code passes gofmt and go vet
  • 前端构建无报错 / Frontend builds without errors
  • 新增 UI 文案已同步所有 locale 文件 / New UI strings synced to all locale files
  • 提交信息符合 Conventional Commits 规范 / Commit messages follow Conventional Commits