public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] CONTRIBUTING: Please sign your emails with PGP
@ 2023-11-22 13:47 Alejandro Colomar
  2023-11-22 16:25 ` G. Branden Robinson
  0 siblings, 1 reply; 10+ messages in thread
From: Alejandro Colomar @ 2023-11-22 13:47 UTC (permalink / raw)
  To: linux-man; +Cc: Alejandro Colomar, Matthew House

[-- Attachment #1: Type: text/plain, Size: 1613 bytes --]

Cc: Matthew House <mattlloydhouse@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
---
 CONTRIBUTING | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/CONTRIBUTING b/CONTRIBUTING
index 475244c13..7b85e7375 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -56,6 +56,29 @@ Description
 
                  help
 
+   Sign your emails with PGP
+        It is strongly encouraged that you sign all of your emails sent
+        to the mailing list, (especially) including the ones containing
+        patches, with your PGP key.  This helps establish trust between
+        you and other contributors of this project, and prevent others
+        impersonating you.  If you don't have a key, it's not mandatory
+        to sign your email, but you're encouraged to create and start
+        using a PGP key.
+
+        There are many ways you can sign your patches, and it depends on
+        your preferred tools.  You can use git-send-email(1) in
+        combination with mutt(1).  For that, do the following.
+
+        In <~/.gitconfig>, add the following section:
+
+            [sendemail]
+                sendmailcmd = mutt -H - && true
+
+        And then, patch mutt(1) to enable encryption in batch and mailx
+        modes, which is disabled in upstream mutt(1).  You can find a
+        patch here:
+        <https://gitlab.com/muttmua/mutt/-/merge_requests/173>.
+
    Patches
        If you know how to fix a problem in a manual page (if not, see
        "Reporting bugs" below), then send a patch in an email.
-- 
2.42.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-11-26 15:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 13:47 [PATCH v2] CONTRIBUTING: Please sign your emails with PGP Alejandro Colomar
2023-11-22 16:25 ` G. Branden Robinson
2023-11-22 17:26   ` Alejandro Colomar
2023-11-22 18:50     ` G. Branden Robinson
2023-11-22 20:08       ` Alejandro Colomar
2023-11-22 20:19     ` Errata in K&R C v2, page 97 (was: [PATCH v2] CONTRIBUTING: Please sign your emails with PGP) Alejandro Colomar
     [not found]     ` <41b65637907f43ecafadd58565a7b483@DM6PR04MB4443.namprd04.prod.outlook.com>
2023-11-26 14:57       ` Brian Kernighan
2023-11-26 15:47         ` Alejandro Colomar
2023-11-26 15:49           ` Alejandro Colomar
2023-11-26 15:54             ` Brian Kernighan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox