From 0f1c5ebf9c5b7c5755269a7b5a766ca1b643529c Mon Sep 17 00:00:00 2001 From: mengshukeji Date: Wed, 18 Nov 2020 15:00:26 +0800 Subject: [PATCH 1/3] Update contribute.md npm run commit --- docs/zh/guide/contribute.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/zh/guide/contribute.md b/docs/zh/guide/contribute.md index 09aa759..7bf7071 100644 --- a/docs/zh/guide/contribute.md +++ b/docs/zh/guide/contribute.md @@ -94,9 +94,12 @@ git checkout -b Luckysheet-123 7. 提交代码到远程分支 +我们使用Angular规范来提交commit信息。 +> 参考阅读[Git commit message 规范](https://juejin.im/post/6844903871832145927) + commit 信息的格式必须与Issue标题保持一致且以[issue id]开头,即:[Luckysheet-123] xxx ```shell -git commit -a -m "[Luckysheet-123] xxx" +npm run commit git push origin Luckysheet-123 ``` 8. 提交PR From 69aa3b8e651d5ab4f8f47a539e793595739aafce Mon Sep 17 00:00:00 2001 From: renxxing <74659302+renxxing@users.noreply.github.com> Date: Thu, 19 Nov 2020 10:25:08 +0800 Subject: [PATCH 2/3] test --- src/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.html b/src/index.html index c06e76d..326ac08 100644 --- a/src/index.html +++ b/src/index.html @@ -141,6 +141,7 @@ "tb":2, "v":"", "qp":1, + // 1 } }, {"r":17,"c":2,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":"11","fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}} From 13ed1eb1f37dd8f54e91ce036659999d1a1743d6 Mon Sep 17 00:00:00 2001 From: renxxing <74659302+renxxing@users.noreply.github.com> Date: Thu, 19 Nov 2020 10:39:50 +0800 Subject: [PATCH 3/3] test --- src/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.html b/src/index.html index 326ac08..c06e76d 100644 --- a/src/index.html +++ b/src/index.html @@ -141,7 +141,6 @@ "tb":2, "v":"", "qp":1, - // 1 } }, {"r":17,"c":2,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":"11","fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}}