From 752b03b2d626e1b9fb8d0a6ced953ad6e54af96a Mon Sep 17 00:00:00 2001 From: Dan Luhring Date: Fri, 18 Mar 2022 12:48:00 -0400 Subject: [PATCH] Remove commit signing requirement (#899) Signed-off-by: Dan Luhring --- CONTRIBUTING.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81eeee7b4..5d0382c8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,12 +82,6 @@ Date: Mon Aug 1 11:27:13 2020 -0400 [//]: # (TODO: PR title and description) -## Sign your commits - -To ensure the authenticity and integrity of code contributions, **we require that all commits are signed**. Signing commits proves that your commits were truly created by you, as the holder of a private key. - -Configuring git to sign your commits is a straightforward process. To get set up, see [GitHub's documentation on signing commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits). - ## Test your changes This project has a `Makefile` which includes many helpers running both unit and integration tests. Although PRs will have automatic checks for these, it is useful to run them locally, ensuring they pass before submitting changes. Ensure you've bootstrapped once before running tests: