From 136d907ff627258af9d42085aa7c2915e4db074d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Fri, 18 Oct 2019 22:57:23 +0200 Subject: [PATCH] docs: hacking: emphasize some sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Namely: * holding up the first-time patch submissions for moderation, which might cause first-time submitters to question the process * not CC-ing individual developers Signed-off-by: Ján Tomko Reviewed-by: Daniel P. Berrangé Reviewed-by: Andrea Bolognani --- docs/hacking.html.in | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/hacking.html.in b/docs/hacking.html.in index 42c8596abe..c6ab15206a 100644 --- a/docs/hacking.html.in +++ b/docs/hacking.html.in @@ -72,8 +72,8 @@

As a rule, patches should be sent to the mailing list only: all developers are subscribed to libvir-list and read it regularly, so - please don't CC individual developers unless they've explicitly - asked you to.

+ please don't CC individual developers unless + they've explicitly asked you to.

Avoid using mail clients for sending patches, as most of them will mangle the messages in some way, making them unusable for our purposes. Gmail and other Web-based mail clients are particularly @@ -81,9 +81,11 @@

If everything went well, your patch should show up on the libvir-list archives in a matter of minutes; if you still can't find it on - there after an hour or so, you should double-check your setup. Note - that your very first post to the mailing list will be subject to - moderation, and it's not uncommon for that to take around a day.

+ there after an hour or so, you should double-check your setup. + Note that, if you are not already a subscriber, your very + first post to the mailing list will be + subject to moderation, and it's not uncommon for that to + take around a day.

Please follow this as close as you can, especially the rebase and git send-email part, as it makes life easier for other developers to review your patch set.