From 531a51bd75878f67b68939eb9fd9b9bbb84e4013 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Mon, 10 Jan 2022 22:30:23 +0800 Subject: [PATCH] [skip e2e]Fix a grammar issue (#15086) Signed-off-by: yanliang567 --- CODE_REVIEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_REVIEW.md b/CODE_REVIEW.md index 72bc380f50d2b..430db21b33a33 100644 --- a/CODE_REVIEW.md +++ b/CODE_REVIEW.md @@ -71,7 +71,7 @@ Besides All the reviewer's responsibility listed above, Approvers should also ma - Commit message starts with a capital letter and does not end with punctuation -- Commit message is clear and meaningful. You can only have title but no body if the title is self explained +- Commit message is clear and meaningful. You can only have title without body if the title is self explained - PR links to the correct issue, which clearly states the problems to be solved and the planned solution