From 4445aaabb36bed3474483ec1f10b6f8229b3fe25 Mon Sep 17 00:00:00 2001 From: Sol Fisher Romanoff Date: Sun, 19 Sep 2021 13:29:35 +0300 Subject: [PATCH] CONTRIBUTING.md: clarify send-email requirements Signed-off-by: Sol Fisher Romanoff --- CONTRIBUTING.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98a42d8f1..3a67c0c4a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,9 +43,13 @@ only for those which need further looking into, and only when asked to._ #### Sending patches through SourceHut SourceHut operates on an email-driven workflow, and uses -[`git send-email`](https://git-send-email.io) for patch submission. Please send -your patches to -[`~tenacity/tenacity-dev@lists.sr.ht`](mailto:~tenacity/tenacity-dev@lists.sr.ht). +[`git send-email`](https://git-send-email.io) for patch submission. Please +configure the repository like so: + +``` +git config format.subjectprefix "PATCH tenacity" +git config sendemail.to "~tenacity/tenacity-dev@lists.sr.ht" +``` When revising a patch, please use `git commit --amend` and add the `-v2` (increment every revision) flag.