public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH] MyFirstContribution: add tip for confirming patches reached the mailing list
@ 2025-10-24 15:15 QueenJcloud
  2025-10-24 16:02 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: QueenJcloud @ 2025-10-24 15:15 UTC (permalink / raw)
  To: git; +Cc: christian.couder, usmanakinyemi202, qjessa662

After explaining how to send patches using `git send-email`, add a helpful tip
for contributors on how to confirm that their patches were successfully sent
and appeared on the mailing list. This provides reassurance for newcomers and
helps them verify their submission.

Signed-off-by: Queen Ediri Jessa <qjessa662@gmail•com>
---
 Documentation/MyFirstContribution.adoc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/MyFirstContribution.adoc b/Documentation/MyFirstContribution.adoc
index 02ba8ba5f6..94acdaeddd 100644
--- a/Documentation/MyFirstContribution.adoc
+++ b/Documentation/MyFirstContribution.adoc
@@ -1158,6 +1158,13 @@ prompt for each patch that's about to go out. This gives you one last chance to
 edit or quit sending something (but again, don't edit code this way). Once you
 press `y` or `a` at these prompts your emails will be sent! Congratulations!
 
+[TIP]
+====
+After sending your patches, you can confirm that they reached the mailing list
+by visiting https://lore.kernel.org/git/. Use the search bar to find your name
+or the subject of your patch. If it appears, your email was successfully delivered.
+====|
+
 Awesome, now the community will drop everything and review your changes. (Just
 kidding - be patient!)
 
-- 
2.51.0.573.gb660e2dcb9


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-10-27  8:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-24 15:15 [PATCH] MyFirstContribution: add tip for confirming patches reached the mailing list QueenJcloud
2025-10-24 16:02 ` Junio C Hamano
2025-10-24 21:04   ` [PATCH v2] MyFirstContribution: add note on confirming patches QueenJcloud
2025-10-27  8:45     ` Christian Couder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox