From e107cf7338590f434f3c78814a294033752a2112 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 24 Jan 2024 15:28:25 -0500 Subject: [PATCH] docs: mention prefix for emailed patches --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0421d8c..6e4ecae 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ section._ ``` shell git config sendemail.to "~amolith/willow@lists.sr.ht" +git config format.subjectPrefix "PATCH willow" git send-email [HASH] ```