[PATCH libassuan] doc: clarify patch submission workflow
Thorsten Behrens
Thorsten.Behrens at CIB.de
Thu Feb 1 14:21:24 CET 2018
Signed-off-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
---
doc/HACKING | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/doc/HACKING b/doc/HACKING
index 0e32f58..95ca4ec 100644
--- a/doc/HACKING
+++ b/doc/HACKING
@@ -108,3 +108,31 @@ grammar fixes."
- That's it. From now on you only need to add a "Signed-off-by:"
line with your name and mail address to the commit message. It is
recommended to send the patches using a PGP/MIME signed mail.
+
+** Sending patches
+
+ - submitting patches, and subsequent discussions around them,
+ happens via the gnupg-devel at gnupg.org public mailing list
+
+ - send your patches to that list, preferably PGP/MIME signed. Make
+ sure to include a mention of 'libassuan' in the subject line,
+ the list is used for several different projects
+
+ - if you're working from the git repo, here's a suggested workflow:
+
+ - hack hack hack
+
+ - commit your changes; group changes into easily-reviewable commit
+ units, feel free to submit several patches at once
+
+ - e.g. if you want to submit a single patch on top of master, do:
+ git send-email --to=gnupg-devel at gnupg.org --annotate -1
+ (please put a mention of libassuan into the subjects,
+ annotate lets you do that)
+
+ - e.g. if you have two commits on top of master, do:
+ git send-email --to=gnupg-devel at gnupg.org --annotate --cover-letter -2
+ (that prompts you for a summary mail to precede your actual
+ patch mails)
+
+ - use --dry-run to test your setup
--
2.13.6
More information about the Gnupg-devel
mailing list