We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b225fa6 commit d3b9014Copy full SHA for d3b9014
1 file changed
AGENTS.md
@@ -82,6 +82,10 @@ packages/mini/__tests__/<name>/ # 小程序测试
82
- `locale.ts` 仅放 locale type / 文案映射 / 默认 locale
83
- 禁止在 `locale.ts` 放平台逻辑
84
85
+### 提交规范
86
+- Git commit message 必须使用英文
87
+- 推荐使用 Conventional Commits(如 `feat:`, `fix:`, `chore:`)
88
+
89
## 示例应用
90
- `apps/sample-react` - React 验证
91
- `apps/sample-weapp` - 小程序验证
0 commit comments