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:
parent
a1e7fd1aab
commit
4445aaabb3
@ -43,9 +43,13 @@ only for those which need further looking into, and only when asked to._
|
|||||||
#### Sending patches through SourceHut
|
#### Sending patches through SourceHut
|
||||||
|
|
||||||
SourceHut operates on an email-driven workflow, and uses
|
SourceHut operates on an email-driven workflow, and uses
|
||||||
[`git send-email`](https://git-send-email.io) for patch submission. Please send
|
[`git send-email`](https://git-send-email.io) for patch submission. Please
|
||||||
your patches to
|
configure the repository like so:
|
||||||
[`~tenacity/tenacity-dev@lists.sr.ht`](mailto:~tenacity/tenacity-dev@lists.sr.ht).
|
|
||||||
|
```
|
||||||
|
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`
|
When revising a patch, please use `git commit --amend` and add the `-v2`
|
||||||
(increment every revision) flag.
|
(increment every revision) flag.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user