From 782319dd69bdbd9f7b068c8c5064a26e7a77904e Mon Sep 17 00:00:00 2001 From: jacky06 Date: Wed, 12 Sep 2018 07:12:21 -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: I9f4163c2b7d7aa404beda8ff59a6ff09ec2af231 Closes-Bug: #1792131 --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index ef5c158..6554bd4 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -84,7 +84,7 @@ When submitting or working on an issue, please ensure the following criteria are * Include historical information on how the problem was identified. * Include any relevant logs. * 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). + '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.