On Wed, Mar 17, 2021 at 03:26:46PM +0800, Alex Shi wrote: > Good work, xiangcheng, > > Just why your patchset dispersed in different series? > Could you put them together by 'git send-email' or > by other email clients? That could help a lot for > patchset pickup. > Ahh, yes. Sorry for that. The 'In-Reply-To' head is corrcet but 'Reference' head got in to mess. I tried to give a reference to the previous version, but seems not good even worse. Won't do that any more. Maybe a new version tomorrow or late more beautiful and bring another translation. Thanks Wu X.C. > > > 在 2021/3/17 下午12:32, Wu XiangCheng 写道: > > Hi all, > > > > This set of patches aims to add some translations in zh_CN/admin-guide/ . > > > > - V1 > > - Re-manage the patch thread > > - Add zh_CN/admin-guide/security-bugs.rst > > - Modify one word in [Patch 3/4] under Alex Shi's suggestion > > - Pick Alex Shi's Reviewed-by tag for [Patch 1~2/4] > > > > - V0 > > - Add zh_CN/admin-guide/reporting-issues.rst > > <https://lore.kernel.org/linux-doc/20210315110119.GA9524@mipc/> > > - Add zh_CN/admin-guide/bug-bisect.rst > > <https://lore.kernel.org/linux-doc/b032e8ab75e91b37ae88f2c80102ab6dde1bfa45.1615909052.git.bobwxc@xxxxxxxx/> > > - Add zh_CN/admin-guide/bug-hunting.rst > > <https://lore.kernel.org/linux-doc/20210315110119.GA9524@mipc/> > > > > Thanks! > > > > Wu XiangCheng (4): > > docs/zh_CN: Add zh_CN/admin-guide/reporting-issues > > docs/zh_CN: Add zh_CN/admin-guide/bug-bisect.rst > > docs/zh_CN: Add zh_CN/admin-guide/bug-hunting.rst > > docs/zh_CN: Add zh_CN/admin-guide/security-bugs.rst > > > > .../zh_CN/admin-guide/bug-bisect.rst | 81 ++ > > .../zh_CN/admin-guide/bug-hunting.rst | 340 +++++ > > .../translations/zh_CN/admin-guide/index.rst | 11 +- > > .../zh_CN/admin-guide/reporting-issues.rst | 1269 +++++++++++++++++ > > .../zh_CN/admin-guide/security-bugs.rst | 74 + > > 5 files changed, 1772 insertions(+), 3 deletions(-) > > create mode 100644 Documentation/translations/zh_CN/admin-guide/bug-bisect.rst > > create mode 100644 Documentation/translations/zh_CN/admin-guide/bug-hunting.rst > > create mode 100644 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst > > create mode 100644 Documentation/translations/zh_CN/admin-guide/security-bugs.rst > >