From cb666b28b653c34d5bb414c017cd8aab680dcb93 Mon Sep 17 00:00:00 2001 From: samwaf Date: Tue, 29 Aug 2023 14:42:45 +0800 Subject: [PATCH] =?UTF-8?q?docs:=E5=A2=9E=E5=8A=A0=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 代码提交规范.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 代码提交规范.md diff --git a/代码提交规范.md b/代码提交规范.md new file mode 100644 index 0000000..7a3cbf3 --- /dev/null +++ b/代码提交规范.md @@ -0,0 +1,12 @@ +feat: 新功能(feature) +fix: 修补bug +docs: 文档(documentation) +style: 格式(不影响代码运行的变动) +refactor: 重构(即不是新增功能,也不是修改bug的代码变动) +chore: 构建过程或辅助工具的变动 +revert: 撤销,版本回退 +perf: 性能优化 +test:测试 +improvement: 改进 +build: 打包 +ci: 持续集成 \ No newline at end of file