From 46921d36524dd15c566faa0034c57518a3ea067b Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Fri, 30 May 2025 04:59:29 -0400 Subject: [PATCH] docs: document commit signing requirement (#47290) --- docs/development/pull-requests.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/development/pull-requests.md b/docs/development/pull-requests.md index a2301b5b7080..db394a29b7ce 100644 --- a/docs/development/pull-requests.md +++ b/docs/development/pull-requests.md @@ -81,6 +81,11 @@ $ git commit Note that multiple commits get squashed when they are landed. +#### Commit signing + +The `electron/electron` repo enforces [commit signatures](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) for all incoming PRs. +To sign your commits, see GitHub's documentation on [Telling Git about your signing key](https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key). + #### Commit message guidelines A good commit message should describe what changed and why. The Electron project