From b9930960f0f68ce2b7656f969b11740e026d6780 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 21 Jun 2018 23:12:10 +0200 Subject: [PATCH] chore: Fix contributing Close #199 --- CONTRIBUTING.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e296f9..91beafb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,6 @@ - [Contributing guidelines](#contributing-guidelines) - [Requirements:](#requirements) - - [Decrypt content](#decrypt-content) - [Installing and compiling source](#installing-and-compiling-source) - [Testing the theme](#testing-the-theme) - [Adding new Material Theme commands](#adding-new-material-theme-commands) @@ -21,16 +20,6 @@ - [Backers](#backers) - [Sponsors](#sponsors) -## 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 First you will have to install node_modules through npm or yarn