From 21232dd492b184f4ba546f21d07f9298230c4cab Mon Sep 17 00:00:00 2001 From: stubbybubby Date: Sun, 16 Apr 2017 12:36:17 -0700 Subject: [PATCH] Update to guidelines, remove some parentheses Removed some unnecessary parentheses around entire sentences and completely relevant clauses. Also expanded the Using PGP with Email section to provide more detail. Also made newlines at the end of sentences as per the doc guidelines. --- basics_dev/code-signing.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/basics_dev/code-signing.md b/basics_dev/code-signing.md index eb656ead..059e3a5d 100644 --- a/basics_dev/code-signing.md +++ b/basics_dev/code-signing.md @@ -7,8 +7,7 @@ permalink: /doc/code-signing/ Code Signing ============ -All contributions to the Qubes OS [source code] must be cryptographically signed -by the author's PGP key. +All contributions to the Qubes OS [source code] must be cryptographically signed by the author's PGP key. Generating a Key @@ -127,9 +126,9 @@ your Git commits. Using PGP with Email -------------------- -If you're submitting a patch via email (to the developer [mailing list]), simply -sign your email with your PGP key. (One good way to do this is with a program -like [Enigmail].) +If you're submitting a patch by emailing the developer [mailing list], simply sign your email with your PGP key. +One good way to do this is with a program like [Enigmail]. +Enigmail is a security addon for the Mozilla Thunderbird email client that allows you to easily digitally encrypt and sign your emails. [guide]: https://alexcabal.com/creating-the-perfect-gpg-keypair/