docs: add commit signing requirement to CONTRIBUTING.md#7108
Merged
docs: add commit signing requirement to CONTRIBUTING.md#7108
Conversation
Add a new "Sign your commits" section to the contributing guidelines that requires all commits in pull requests to be signed. The section includes: - Explanation of the commit signing requirement - Step-by-step instructions for setting up GPG key signing - Instructions for automatic commit signing configuration - Guide for retroactively signing existing commits This ensures the authenticity and integrity of contributions to the project.
Contributor
Overall package sizeSelf size: 3.59 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 1.15.0 | 127.66 kB | 856.24 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7108 +/- ##
==========================================
- Coverage 84.78% 84.77% -0.01%
==========================================
Files 521 521
Lines 22149 22149
==========================================
- Hits 18778 18776 -2
- Misses 3371 3373 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
BenchmarksBenchmark execution time: 2025-12-16 11:08:34 Comparing candidate commit 51615e2 in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 292 metrics, 27 unstable metrics. scenario:shimmer-runtime-declared-wrap-24
|
BridgeAR
reviewed
Dec 15, 2025
BridgeAR
approved these changes
Dec 18, 2025
dd-octo-sts Bot
pushed a commit
that referenced
this pull request
Dec 19, 2025
Add a new "Sign your commits" section to the contributing guidelines that requires all commits in pull requests to be signed. The section includes: - Explanation of the commit signing requirement - Step-by-step instructions for setting up GPG key signing - Instructions for automatic commit signing configuration - Guide for retroactively signing existing commits This ensures the authenticity and integrity of contributions to the project.
Merged
nina9753
pushed a commit
that referenced
this pull request
Dec 20, 2025
Add a new "Sign your commits" section to the contributing guidelines that requires all commits in pull requests to be signed. The section includes: - Explanation of the commit signing requirement - Step-by-step instructions for setting up GPG key signing - Instructions for automatic commit signing configuration - Guide for retroactively signing existing commits This ensures the authenticity and integrity of contributions to the project.
nina9753
pushed a commit
that referenced
this pull request
Jan 15, 2026
Add a new "Sign your commits" section to the contributing guidelines that requires all commits in pull requests to be signed. The section includes: - Explanation of the commit signing requirement - Step-by-step instructions for setting up GPG key signing - Instructions for automatic commit signing configuration - Guide for retroactively signing existing commits This ensures the authenticity and integrity of contributions to the project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What does this PR do?
This PR adds a new "Sign your commits" section to the
CONTRIBUTING.mdfile that requires all commits in pull requests to be signed with GPG keys. The section provides comprehensive documentation including:Motivation
Commit signing ensures the authenticity and integrity of contributions to the project by cryptographically verifying that commits actually come from the claimed author. This is a security best practice that helps prevent commit spoofing and maintains a verifiable chain of custody for code changes. By documenting this requirement clearly in the contributing guidelines, we make it easier for contributors to comply and understand why this practice is important.