mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-04 00:02:04 +08:00
feat: 新增 commitlint,修改部分规则
This commit is contained in:
14
README.md
14
README.md
@@ -109,10 +109,22 @@ yarn run build
|
||||
make dist
|
||||
|
||||
```
|
||||
## 代码提交
|
||||
|
||||
* feat: 新功能
|
||||
* fix: 修复 Bug
|
||||
* docs: 文档修改
|
||||
* perf: 性能优化
|
||||
* revert: 版本回退
|
||||
* ci: CICD集成相关
|
||||
* test: 添加测试代码
|
||||
* refactor: 代码重构
|
||||
* build: 影响项目构建或依赖修改
|
||||
* style: 不影响程序逻辑的代码修改
|
||||
* chore: 不属于以上类型的其他类型(日常事务)
|
||||
|
||||
## 交流
|
||||
|
||||
|
||||
QQ 群:1030129384
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user