You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove commit signing docs and simplify references per review feedback
- Remove docs/commit-signing.md file as requested
- Update CONTRIBUTING.md to point to GitHub's documentation instead
- Restore the credit comment in CONTRIBUTING.md
- Remove commit signing section from README.md
Signed-off-by: Copilot AI <[email protected]>
Co-authored-by: jsturtevant <[email protected]>
git commit -S -s -m 'This is my signed and signed-off commit message'
96
96
```
97
97
98
-
For detailed instructions on setting up both signature types, see [docs/commit-signing.md](./docs/commit-signing.md).
98
+
For detailed instructions on setting up GPG signing, see [GitHub's documentation on signing commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits).
99
99
100
100
Each Pull Request is checked to ensure all commits contain valid DCO sign-offs and GPG signatures.
For more detailed instructions on fixing commits, see [docs/commit-signing.md](./docs/commit-signing.md).
114
+
For more detailed instructions on setting up GPG signing, see [GitHub's documentation on signing commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits).
1. **GPG Verified Signatures**: Each commit must be cryptographically signed using GPG to verify the committer's identity.
285
-
2. **DCO Sign-offs**: Each commit must include a Developer Certificate of Origin sign-off line.
286
-
287
-
For details on configuring both requirements, see [docs/commit-signing.md](./docs/commit-signing.md) and the [CONTRIBUTING.md](./CONTRIBUTING.md#developer-certificate-of-origin-signing-your-work) file.
0 commit comments