Thanks for contributing. 🙌
Like project? Please star repo.
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.
Check out discussions.
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
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
👍