From 4e1a9b6a27f40bbcdb01f658c135c21aebdda986 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 14 Apr 2025 18:10:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(contributing)=20add=20signed=20com?= =?UTF-8?q?mits=20paragraph?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a paragraph to inform that only signed commits are accepted now. --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 26e0a9ce..05da855a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,6 +48,10 @@ All commit messages must adhere to the following format: Implemented login and signup features, and integrated OAuth2 for social login. ``` +## Signing commits + +Only signed commits are accepted. They can be signed using a SSH or GPG key. Github documentation about signing commits contains all the information you need : https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification#about-commit-signature-verification + ## Changelog Update Please add a line to the changelog describing your development. The changelog entry should include a brief summary of the changes, this helps in tracking changes effectively and keeping everyone informed. We usually include the title of the pull request, followed by the pull request ID to finish the log entry. The changelog line should be less than 80 characters in total.