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: I0c1f16d6994844a60aa033963dc745f5fde8cce8
Closes-Bug: #1792131
(cherry picked from commit 93db3603c2)
This commit is contained in:
jacky06 2018-09-12 07:12:13 -04:00
parent 13414170d5
commit b1109b8c6e
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ When submitting an issue, or working on an issue please ensure the following cri
* The description clearly states or describes the original problem or root cause of the problem.
* 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).
* 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).
* 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.
* Steps to reproduce the problem if possible.