1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02:00

CONTRIBUTING.md: clarify send-email requirements

Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
This commit is contained in:
Sol Fisher Romanoff 2021-09-19 13:29:35 +03:00
parent a1e7fd1aab
commit 4445aaabb3
No known key found for this signature in database
GPG Key ID: 0E0ACA5D1C244E1F

View File

@ -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.