mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-22 16:53:56 +00:00
Privacy guides docs
How to contribute
Thanks for contributing. 🙌
Like project? Please star repository.
Found a bug? Please submit issue or signed pull request.
Found a security vulnerability? Please disclose vulnerability privately using the PGP public key and email found on https://sunknudsen.com/contact.
Wish to support the project? Please visit https://sunknudsen.com/donate.
How to get help
Check out discussions.
How to sign pull requests
Step 1: add PGP public key to GitHub account
Go to https://github.com/settings/keys, click “New GPG key”, paste your PGP public key and click “Add GPG key”.
Step 2: enable Git signing
Heads-up: replace
0x8C9CA674C47CA060
with your PGP public key ID.
git config --global commit.gpgsign true
git config --global gpg.program $(which gpg)
git config --global user.signingkey 0x8C9CA674C47CA060
Step 3: submit pull request
👍