From 76b8c214df1d618202d2e96567d80e0c725eee9a Mon Sep 17 00:00:00 2001 From: Kasper Date: Wed, 16 Feb 2022 14:07:32 +0100 Subject: [PATCH] Shorter commit signing guideline (#3470) --- .github/CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4f3fc1189..07ffcc1dd 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -28,8 +28,7 @@ Hi! We, the maintainers, are really excited that you are interested in contribut ## Pull Request Guidelines -- We only accept *signed commits*, so sign your commits! [Here is a great guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) that walks you through all the required steps. - > Note: Despite what the guide claims, GitHub Desktop honors the repo/system wide git config, so after running `git config --global commit.gpgsign true` GitHub Desktop will sign commits as well. +- You have to [sign your commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits). - It's OK to have multiple small commits as you work on the PR - we will let GitHub automatically squash it before merging.