This is an automated email from the ASF dual-hosted git repository. lide pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 72c81f7 update how-to-write commit message 72c81f7 is described below commit 72c81f7c9e6d46c9bbcafe89756cbe88825021a8 Author: lide <l...@baidu.com> AuthorDate: Fri Nov 9 15:53:02 2018 +0800 update how-to-write commit message --- pages/policy/pull-request.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/policy/pull-request.md b/pages/policy/pull-request.md index 034b3f6..4b837a6 100644 --- a/pages/policy/pull-request.md +++ b/pages/policy/pull-request.md @@ -85,7 +85,7 @@ status=published * 消息内容每行不要超过**72**个字符,超过的需要手动换行; * 消息内容用于解释做了什么、为什么做以及怎么做的; * 消息主题第一个字母要**大写**,句尾**不要**有句号; -* 消息内容中写明关联的issue,例如 #233; +* 消息内容中写明关联的issue(如果有),例如 #233; 更详细的内容请参考 <https://chris.beams.io/posts/git-commit> @@ -213,8 +213,8 @@ $ git add -u ####(7)填写 message 并提交到本地的新建分支上 ``` -$ git commit -m "fix a typo" -[my_branch 55e0ba2] fix a typo +$ git commit -m "Fix a typo" +[my_branch 55e0ba2] Fix a typo 1 files changed, 2 insertions(+), 2 deletions(-) ``` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org