Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mengshukeji committed Nov 19, 2020
2 parents 3a43670 + 32685a2 commit 46684bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/zh/guide/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46684bb

Please sign in to comment.