From 32aa4869293cd788daa32f1c976c1867220be6f9 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Fri, 15 Sep 2017 16:01:12 +0800 Subject: [PATCH] Update coding-style.md --- opensource/workflow/coding-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensource/workflow/coding-style.md b/opensource/workflow/coding-style.md index 98b11a856bf0..207e0053d7b9 100644 --- a/opensource/workflow/coding-style.md +++ b/opensource/workflow/coding-style.md @@ -24,7 +24,7 @@ program code and documentation code. * Update the documentation when creating or modifying features. -* Commits that fix or close an issue should reference them in the commit message +* Commits that fix or close an issue should reference it in the commit message `Closes #XXXX` or `Fixes #XXXX`. Mentions help by automatically closing the issue on a merge.