From 8a76edb7549590361310ac56ee05cb52ff262135 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Wed, 12 Sep 2018 07:12:16 -0400 Subject: [PATCH] Replace Chinese punctuation with English punctuation Curly quotes(Chinese punctuation) usually input from Chinese input method. When read from english context, it makes some confusion. Change-Id: I240b0e01ee3cc5824d5f3c6a90be21c8e7a5e34d Closes-Bug: #1792131 (cherry picked from commit 1c05785cea9de839cb3fb60a61f36d9a3115de5c) --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c77d810..373d36e 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.