From e7ec1b50cb1fc73c5543152f3908685df149bada Mon Sep 17 00:00:00 2001 From: inspurericzhang Date: Thu, 6 Sep 2018 10:48:55 +0800 Subject: [PATCH] [Trivial Fix] Replace Chinese punctuation with English punctuation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Curly quotes(Chinese punctuation) usually input from Chinese input method. When read from english context, it makes some confusion. 请为您的变更输入提交说明。以 '#' 开始的行将被忽略,而一个空的提交 Change-Id: I6caf4bd4c30573afbed7716eb62e5cbc89616435 --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 566b4e5..d313d50 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -93,7 +93,7 @@ criteria are met: * Include historical information on how the problem was identified. * Any relevant logs are included. * If the issue is a bug that needs fixing in a branch other than Master, - add the ‘backport potential’ tag TO THE ISSUE (not the PR). + add the 'backport potential' tag TO THE ISSUE (not the PR). * The provided information should be totally self-contained. External access to web services/sites should not be needed. * If the issue is needed for a hotfix release, add the 'expedite' label.