From c1994d8901e7a3af54ea0e0dd37d8db7f068ff7c Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 9 Dec 2022 23:04:05 +0100 Subject: [PATCH] Update commit signing docs in Contributing guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c9f5722f..dacbdbcc1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ We like to discuss things before implementation and want to be sure that: ## Pull Requests -- Commits have to be signed. +- All Git commits are required to be [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification). For a single commit, use `git commit -S --amend` and force push the branch. - All tests must be green before merge. - Hurl git history is linear, so we ask to rebase your PR before final merge.