From 75c0a710132f18911d076b4db39aa658a8e3f1f2 Mon Sep 17 00:00:00 2001 From: inspurericzhang Date: Thu, 6 Sep 2018 10:40:53 +0800 Subject: [PATCH] [Trivial Fix] 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: I05a968acd96f70940e1ce41c4a945ed363f65830 --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4a40391..94c70d0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -111,7 +111,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.