First, thanks for considering contributing. 🙌
Value the project? Please star the repo.
Have a recommendation? Please submit an issue.
Found a security vulnerability? Please report vulnerability using the PGP public key and email found on sunknudsen.com.
Fellow privacy and security researcher? Please peer review and sign a guide.
We have you back, you are not alone!
Please use comments on YouTube or PeerTube when possible as others may be able to help (two brains are better than one).
Heads-up: in order to establish a web of trust, peer reviewers must have public-facing track records and will be background checked.
Once consensus has been reached (issues are closed) and updated guide has been published to draft.sunknudsen.com, time for step 4.
Reviewers
(comma-separated)Example:
<!--
Title: How to append yourself to reviewers
Description: Learn how to append yourself to reviewers.
Author: Sun Knudsen <https://github.com/sunknudsen>
Contributors: Sun Knudsen <https://github.com/sunknudsen>
Reviewers: Alice <https://github.com/alice>, Bob <https://github.com/bob>
Publication date: 2020-09-09T17:25:25.799Z
Listed: false
-->
👍
Go to https://github.com/settings/keys, click “New GPG key”, paste your PGP public key and click “Add GPG key”.
Replace 0x1FA767862BBD1305
with your PGP public signing subkey ID.
git config --global commit.gpgsign true
git config --global gpg.program $(which gpg)
git config --global user.signingkey 0x1FA767862BBD1305
👍