From 284c0314e70221a493e7956a0bb66ef613442e90 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Tue, 24 Mar 2020 18:26:39 +0100 Subject: [PATCH] Adds commit signing section on CONTRIBUTING --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a13c1b..7490df1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,4 +57,7 @@ Code should be, at least, documented using docstrings. We use the [Sphinx Google ## Test Coverage We use [pytest](https://docs.pytest.org/en/latest/) to build and run tests. Tests should be provided to cover both positive and negative conditions. Test should cover both the proper execution as well as all the covered error paths. PR with no proper test coverage will be rejected. +## Signing Commits + +We require that all commits to be merge into master are signed. You can enable commit signing on GitHub by following [Signing commits](https://help.github.com/en/github/authenticating-to-github/signing-commits).