From 1a0bf1eb8a22cb87d35ada446ad775458021b420 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: I93499fc9fd9445e47397ffc2ddfae9ac5bba3861 Closes-Bug: #1792131 (cherry picked from commit 4fd209d9692c17cb3b09df892f57ddafd5ed39e9) --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 2d55556..2052b24 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -112,7 +112,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.