chore: Update CONTRIBUTING
This commit is contained in:
parent
01a9dcdee5
commit
686eed07eb
1 changed files with 18 additions and 0 deletions
|
@ -7,6 +7,24 @@ Contributing guidelines
|
||||||
|
|
||||||
* Nodejs ^6.x
|
* Nodejs ^6.x
|
||||||
* Visual Studio Code
|
* Visual Studio Code
|
||||||
|
* GPG Tool
|
||||||
|
|
||||||
|
<!-- TOC -->
|
||||||
|
|
||||||
|
- [Requirements:](#requirements)
|
||||||
|
- [Decrypt content](#decrypt-content)
|
||||||
|
- [or](#or)
|
||||||
|
|
||||||
|
<!-- /TOC -->
|
||||||
|
### 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
|
### Installing and compiling source
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue