From 686eed07eb5145b38158e255d9a8cc150445c7fd Mon Sep 17 00:00:00 2001 From: equinusocio Date: Fri, 29 Dec 2017 10:07:49 +0100 Subject: [PATCH] chore: Update CONTRIBUTING --- CONTRIBUTING.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 785c01a..e731acb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,24 @@ Contributing guidelines * Nodejs ^6.x * Visual Studio Code +* GPG Tool + + + + - [Requirements:](#requirements) + - [Decrypt content](#decrypt-content) +- [or](#or) + + +### Decrypt content +We use git-crypt to encrypt compiler files. To contribute you need a GPG key public/private associated with your github email. + +1. Export your public key by running + +```gpg --output PATH/FILENAME.gpg --export ASSOCIATEDEMAIL``` + +2. Send the exported `.gpg` file to a contributor that will add you to the trusted people. +3. Fetch and pull then decrypt files with `git-crypt unlock` entering your key password. ### Installing and compiling source