From 7f1d6437da868ff72fe6b1c41e578046ede978d7 Mon Sep 17 00:00:00 2001 From: Xuu Date: Tue, 24 Oct 2017 17:42:15 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9f976c7d..6b463fd54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Tips for a successful Pull Request 1. Squash your commits -- Keep the changes simple to read. 2. Run the schema check -- Make sure the changes are valid! +3. Sign your commit -- Makes it easier to verify. +4. Bonus: add your pgp fingerprint to your MNT `auth: pgp ` 3. ??? 4. Profit!