Hi all, This set of patches aims to polish context, improve on fluency, idiomatic and grammar in some files in zh_CN/process/, and synchronize them with original files. Some structure modifications need to rewrite the whole sentences, so here are a lot of changes. * V0 ** Add [Patch 1/9] ~ [Patch 5/9] * V1 ** Add [Patch 6/9] ~ [Patch 9/9] ** Modified [Patch 1/9] ~ [Patch 5/9] under Alex Shi's suggestions. Previous discussions see: <https://lore.kernel.org/linux-doc/20210219090947.GA15328@mipc/> * V2 ** Modified [Patch 6/9] ~ [Patch 9/9] under Alex Shi's suggestions. Previous discussions see: <https://lore.kernel.org/linux-doc/cover.1614162064.git.bobwxc@xxxxxxxx/> * V3 ** Modified some words in [Patch 4/9] under Alex Shi's suggestions. Previous discussions see: <https://lore.kernel.org/linux-doc/f11fd22b-705b-3258-9551-e202b6c3b03b@xxxxxxxxxxxxxxxxx/> ** Refill shorter lines in all patches under Alex Shi's suggestion. Previous discussions see: <https://lore.kernel.org/linux-doc/f71b3159-7ea4-c482-8383-7d113ef68511@xxxxxxxxxxxxxxxxx/> ** Add Alex Shi's Reviewed-by tag. See: <https://lore.kernel.org/linux-doc/7df50b3b-9990-a816-0f45-e7324a490106@xxxxxxxxxxxxxxxxx/> ** No other new change. Thanks! Wu XiangCheng (9): docs/zh_CN: Improve zh_CN/process/index.rst docs/zh_CN: Improve zh_CN/process/1.Intro.rst docs/zh_CN: Improve zh_CN/process/2.Process.rst docs/zh_CN: Improve zh_CN/process/3.Early-stage.rst docs/zh_CN: Improve zh_CN/process/4.Coding.rst docs/zh_CN: Improve zh_CN/process/5.Posting.rst docs/zh_CN: Improve zh_CN/process/6.Followthrough docs/zh_CN: Improve zh_CN/process/7.AdvancedTopics docs/zh_CN: Improve zh_CN/process/8.Conclusion.rst .../translations/zh_CN/process/1.Intro.rst | 195 +++++----- .../translations/zh_CN/process/2.Process.rst | 345 +++++++++--------- .../zh_CN/process/3.Early-stage.rst | 139 +++---- .../translations/zh_CN/process/4.Coding.rst | 279 +++++++------- .../translations/zh_CN/process/5.Posting.rst | 243 ++++++------ .../zh_CN/process/6.Followthrough.rst | 165 +++++---- .../zh_CN/process/7.AdvancedTopics.rst | 141 +++---- .../zh_CN/process/8.Conclusion.rst | 60 +-- .../translations/zh_CN/process/index.rst | 10 +- 9 files changed, 815 insertions(+), 762 deletions(-) -- 2.20.1