feature: 配置文件&配置插件

This commit is contained in:
zhengxinonly
2023-09-27 17:10:45 +08:00
parent 49822daada
commit 4db050c93d
8 changed files with 342 additions and 15 deletions
+6 -3
View File
@@ -1,5 +1,3 @@
## 贡献指南
如果想参与项目的贡献,提交代码之前需要启用 pre-commit、commitizen 对代码进行校验,运行以下指令即可。
@@ -26,4 +24,9 @@ pre-commit run --all-files
pre-commit install -t commit-msg
```
使用 `cz commit` 代替 `git commit` 进行提交
使用
```shell
cz commit
```
代替 `git commit` 进行提交