From: Akira Yokosawa <akiyks@gmail.com>
To: Jonathan Corbet <corbet@lwn.net>
Cc: Akira Yokosawa <akiyks@gmail.com>,
Tsugikazu Shibata <shibata@linuxfoundation.org>,
Kosuke Fujimoto <fujimotokosuke0@gmail.com>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 4/5] docs/ja_JP/SubmittingPatches: Add Suggested-by as a standard signature
Date: Tue, 3 May 2022 19:47:57 +0900 [thread overview]
Message-ID: <20220503104757.49208-1-akiyks@gmail.com> (raw)
In-Reply-To: <20220503102429.48304-1-akiyks@gmail.com>
Reflect changes made in commit 8543ae1296f6 ("checkpatch: add
Suggested-by as a standard signature").
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: Tsugikazu Shibata <shibata@linuxfoundation.org>
Cc: Kosuke Fujimoto <fujimotokosuke0@gmail.com>
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
Documentation/translations/ja_JP/SubmittingPatches | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/Documentation/translations/ja_JP/SubmittingPatches b/Documentation/translations/ja_JP/SubmittingPatches
index d3b16bd7fcc6..805886a695c8 100644
--- a/Documentation/translations/ja_JP/SubmittingPatches
+++ b/Documentation/translations/ja_JP/SubmittingPatches
@@ -399,7 +399,7 @@ Acked-by: が必ずしもパッチ全体の承認を示しているわけでは
このタグはパッチに関心があると思われる人達がそのパッチの議論に含まれていたこと
を明文化します。
-14) Reported-by と Tested-by: と Reviewed-by: の利用
+14) Reported-by:, Tested-by:, Reviewed-by: および Suggested-by: の利用
他の誰かによって報告された問題を修正するパッチであれば、問題報告者という寄与を
クレジットするために、Reported-by: タグを追加することを検討してください。
@@ -448,6 +448,13 @@ Reviewd-by タグはそのパッチがカーネルに対して適切な修正で
レビューを実施したレビューアによって提供される時、Reviewed-by: タグがあなたの
パッチをカーネルにマージする可能性を高めるでしょう。
+Suggested-by: タグは、パッチのアイデアがその人からの提案に基づくものである
+ことを示し、アイデアの提供をクレジットするものです。提案者の明示的な許可が
+ない場合、特にそのアイデアが公開のフォーラムで示されていない場合には、この
+タグをつけないように注意してください。とはいえ、アイデアの提供者をこつこつ
+クレジットしていけば、望むらくはその人たちが将来別の機会に再度力を貸す気に
+なってくれるかもしれません。
+
15) 標準的なパッチのフォーマット
標準的なパッチのサブジェクトは以下のとおりです。
--
2.25.1
next prev parent reply other threads:[~2022-05-03 10:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-03 10:24 [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1 Akira Yokosawa
2022-05-03 10:46 ` [PATCH 1/5] docs/ja_JP/SubmittingPatches: Update GregKH links Akira Yokosawa
2022-05-03 10:46 ` [PATCH 2/5] docs/ja_JP/SubmittingPatches: Suggest the use of scripts/get_maintainer.pl Akira Yokosawa
2022-05-03 10:47 ` [PATCH 3/5] docs/ja_JP/SubmittingPatches: Randy has moved Akira Yokosawa
2022-05-03 10:47 ` Akira Yokosawa [this message]
2022-05-03 10:48 ` [PATCH 5/5] docs/ja_JP/SubmittingPatches: Request summaries for commit references Akira Yokosawa
2022-05-04 11:05 ` [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1 Kosuke Fujimoto
2022-05-05 0:03 ` Tsugikazu Shibata
2022-05-09 22:04 ` Jonathan Corbet
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=20220503104757.49208-1-akiyks@gmail.com \
--to=akiyks@gmail.com \
--cc=corbet@lwn.net \
--cc=fujimotokosuke0@gmail.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=shibata@linuxfoundation.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.