All of lore.kernel.org
 help / color / mirror / Atom feed
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 5/5] docs/ja_JP/SubmittingPatches: Request summaries for commit references
Date: Tue,  3 May 2022 19:48:20 +0900	[thread overview]
Message-ID: <20220503104820.49269-1-akiyks@gmail.com> (raw)
In-Reply-To: <20220503102429.48304-1-akiyks@gmail.com>

Reflect changes made in commit 0af5270324cc
("Documentation/SubmittingPatches: Request summaries for commit
references").

Note: Translated paragraph uses a slightly different structure and
omit a redundant phrase so that they are easier to follow.

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 | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Documentation/translations/ja_JP/SubmittingPatches b/Documentation/translations/ja_JP/SubmittingPatches
index 805886a695c8..66ce0d8b0526 100644
--- a/Documentation/translations/ja_JP/SubmittingPatches
+++ b/Documentation/translations/ja_JP/SubmittingPatches
@@ -123,6 +123,17 @@ http://savannah.nongnu.org/projects/quilt
 登録済みのバグエントリを修正するパッチであれば、そのバグエントリを示すバグ ID
 や URL を明記してください。
 
+特定のコミットを参照したい場合は、その SHA-1 ID だけでなく、一行サマリ
+も含めてください。それにより、それが何に関するコミットなのかがレビューする
+人にわかりやすくなります。
+例 (英文のママ):
+
+       Commit e21d2170f36602ae2708 ("video: remove unnecessary
+       platform_set_drvdata()") removed the unnecessary
+       platform_set_drvdata(), but left the variable "dev" unused,
+       delete it.
+
+
 3) パッチの分割
 
 意味のあるひとまとまりごとに変更を個々のパッチファイルに分けてください。
-- 
2.25.1


  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 ` [PATCH 4/5] docs/ja_JP/SubmittingPatches: Add Suggested-by as a standard signature Akira Yokosawa
2022-05-03 10:48 ` Akira Yokosawa [this message]
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=20220503104820.49269-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.