From 910fe116ec2868a740939481def91d34cb5f4eaa Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Mon, 8 May 2023 11:29:58 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=BA=A6=E5=AE=9A=E5=BC=8F=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5dbc22..f821bb1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,6 +76,13 @@ npm run docs:preview #预览线上环境 ## Commit Message 规范 +::: tip 🐒 +本项目没有强制使用 [commitlint](https://github.com/conventional-changelog/commitlint) ,但是建议遵循以下规范。 +> commitlint : 一个提交检查插件 ,可以在提交前检查 commit message 是否符合规范。 + +本项目选用的规范为 [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional)(基于 [Angular](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines) 约定) +::: + 本项目遵循以下 commit message 规范: ```bash