[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: Ibc5c31e5d48113deef2eadec93fe114b473f0cc0
This commit is contained in:
inspurericzhang 2018-09-06 11:25:56 +08:00
parent 9aa42e5bea
commit dd93ddd650
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ When submitting a bug, or working on a bug, please ensure the following criteria
* 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 and configuration details 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.