Update CONTRIBUTING.md

This commit is contained in:
Mattia Astorino 2018-02-21 12:02:09 +01:00 committed by GitHub
parent 510efefe8d
commit a27ae3f412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,8 @@
Contributing guidelines
=======================
# Contributing guidelines
> Note: this document is intended as a draft, it will be updated soon
### Requirements:
## Requirements:
* Nodejs ^6.x
* Visual Studio Code
@ -22,18 +21,17 @@ Contributing guidelines
- [Backers](#backers)
- [Sponsors](#sponsors)
### Decrypt content
## 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. Exp
t your public key by running
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
## Installing and compiling source
First you will have to install node_modules through npm or yarn