All commits must be signed. Configure locally:
git config commit.gpgsign true
# or for SSH signing:
git config commit.gpgsign true
git config gpg.format ssh
git config user.signingkey ~/.ssh/id_ed25519.pubUpload your GPG or SSH key to GitHub account settings before contributing.