From 66483d0ef634ff0ed627ce6e012981edf1e24265 Mon Sep 17 00:00:00 2001 From: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Wed, 10 Dec 2025 22:21:02 +0800 Subject: [PATCH] docs: add section on signing commits to CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 833289ad4..9b9b2d32b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -119,13 +119,17 @@ cargo fmt pnpm format ``` +### Signing your commit + +Signed commits are required to verify authorship and ensure your contributions can be merged. Reference signing-commits [here](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits). + ### Submitting Your Changes 1. Fork the repository. 2. Create a new branch for your feature or bug fix. -3. Commit your changes with clear messages. +3. Commit your changes with clear messages and make sure it's signed. 4. Push your branch and submit a pull request.