~tenacity/tenacity-dev

tenacity: CONTRIBUTING.md: clarify send-email requirements v1 APPLIED

Sol Fisher Romanoff: 1
 CONTRIBUTING.md: clarify send-email requirements

 1 files changed, 7 insertions(+), 3 deletions(-)
#591607 alpine.yml success
#591608 archlinux.yml success
#591609 freebsd.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~tenacity/tenacity-dev/patches/25277/mbox | git am -3
Learn more about email & git

[PATCH tenacity] CONTRIBUTING.md: clarify send-email requirements Export this patch

Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
---
 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.
-- 
2.33.0
tenacity/patches: SUCCESS in 10m16s

[CONTRIBUTING.md: clarify send-email requirements][0] from [Sol Fisher Romanoff][1]

[0]: https://lists.sr.ht/~tenacity/tenacity-dev/patches/25277
[1]: mailto:sol@solfisher.com

✓ #591608 SUCCESS tenacity/patches/archlinux.yml https://builds.sr.ht/~tenacity/job/591608
✓ #591607 SUCCESS tenacity/patches/alpine.yml    https://builds.sr.ht/~tenacity/job/591607
✓ #591609 SUCCESS tenacity/patches/freebsd.yml   https://builds.sr.ht/~tenacity/job/591609
Approved by Panos, but the message didn't come through on the archives.

To git@github.com:tenacityteam/tenacity
   4445aaabb..  master -> master