Update CONTRIBUTING.md
This commit is contained in:
parent
23f922879a
commit
c1c85ad545
1 changed files with 15 additions and 8 deletions
|
@ -9,17 +9,24 @@ Contributing guidelines
|
|||
* Visual Studio Code
|
||||
* GPG Tool
|
||||
|
||||
<!-- TOC -->
|
||||
- [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)
|
||||
- [Adding new icons](#adding-new-icons)
|
||||
- [Financial contributions](#financial-contributions)
|
||||
- [Credits](#credits)
|
||||
- [Contributors](#contributors)
|
||||
- [Backers](#backers)
|
||||
- [Sponsors](#sponsors)
|
||||
|
||||
- [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
|
||||
1. Exp
|
||||
t your public key by running
|
||||
|
||||
```gpg --output PATH/FILENAME.gpg --export ASSOCIATEDEMAIL```
|
||||
|
||||
|
@ -96,4 +103,4 @@ Thank you to all our sponsors! (please ask your company to also support this ope
|
|||
<a href="https://opencollective.com/vsc-material-theme/sponsor/6/website" target="_blank"><img src="https://opencollective.com/vsc-material-theme/sponsor/6/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/vsc-material-theme/sponsor/7/website" target="_blank"><img src="https://opencollective.com/vsc-material-theme/sponsor/7/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/vsc-material-theme/sponsor/8/website" target="_blank"><img src="https://opencollective.com/vsc-material-theme/sponsor/8/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/vsc-material-theme/sponsor/9/website" target="_blank"><img src="https://opencollective.com/vsc-material-theme/sponsor/9/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/vsc-material-theme/sponsor/9/website" target="_blank"><img src="https://opencollective.com/vsc-material-theme/sponsor/9/avatar.svg"></a>
|
||||
|
|
Loading…
Reference in a new issue