All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yanteng Si <si.yanteng@linux.dev>
To: alexs@kernel.org
Cc: Yanteng Si <si.yanteng@linux.dev>,
	corbet@lwn.net, dzm91@hust.edu.cn, linux-doc@vger.kernel.org
Subject: [PATCH v3 0/2] docs/zh_CN: add Chinese trans guide and change Yanteng's email
Date: Fri, 28 Mar 2025 18:06:42 +0800	[thread overview]
Message-ID: <cover.1743156287.git.si.yanteng@linux.dev> (raw)

v3:

Since Dongliang and Alex have put forward a lot of constructive
comments and added some content to the chapters, they should be
become Co-developers.

diff:

---
- - v1.0 2025年3月14日,司延腾参考社区的指导意见修订了部分内容。
+ - v1.0 2025年3月28日,司延腾、时奎亮、慕冬亮共同编写了该规范。

+您可以先发送给自己,尝试发出的 patch 是否可以用 'git am' 工具正常打上。
+如果检查正常, 您就可以放心的发送到社区评审了。
+

 
+新手任务
+--------
+对于首次参与 Linux 内核中文文档翻译的新手,建议您在 linux 目录中运行以下命令:
+::
+
+        ./script/checktransupdate.py -l zh_CN``
+
+该命令会列出需要翻译或更新的英文文档。
+
+关于详细操作说明,请参考: Documentation/translations/zh_CN/doc-guide/checktransupdate.rst\
+
---

v2:

* I adopted Dongliang's comment and revised the repo address.
* Change my email. I'm really sorry for the long delay.

Yanteng Si (2):
  docs/zh_CN: Add how-to of Chinese translation
  MAINTAINERS: Change Yanteng's email address

 Documentation/translations/zh_CN/how-to.rst | 459 ++++++++++++++++++++
 Documentation/translations/zh_CN/index.rst  |  24 +-
 MAINTAINERS                                 |   2 +-
 3 files changed, 472 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/translations/zh_CN/how-to.rst

-- 
2.48.1


             reply	other threads:[~2025-03-28 10:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-28 10:06 Yanteng Si [this message]
2025-03-28 10:06 ` [PATCH v3 1/2] docs/zh_CN: Add how-to of Chinese translation Yanteng Si
2025-03-28 10:06 ` [PATCH v3 2/2] MAINTAINERS: Change Yanteng's email address Yanteng Si
2025-04-10  8:28 ` [PATCH v3 0/2] docs/zh_CN: add Chinese trans guide and change Yanteng's email alexs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1743156287.git.si.yanteng@linux.dev \
    --to=si.yanteng@linux.dev \
    --cc=alexs@kernel.org \
    --cc=corbet@lwn.net \
    --cc=dzm91@hust.edu.cn \
    --cc=linux-doc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.