From a6ec9c00465703c2fb314ba08cd92ef69cd711ad Mon Sep 17 00:00:00 2001 From: lepapareil Date: Wed, 16 Nov 2022 11:40:15 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f40979515..45cf6195e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,9 +13,9 @@ We like to discuss things before implementation and want to be sure that: ## Pull Requests -Automated tests are run for each commit, and all tests must be green before merge. - -Hurl git history is linear, so we ask to rebase your PR before final merge. +- Commits have to be signed. +- All tests must be green before merge. +- Hurl git history is linear, so we ask to rebase your PR before final merge. ## Hurl Core Values