Merge pull request #115 from talaia-labs/commit-signing-contributing

Adds commit signing section on CONTRIBUTING
This commit is contained in:
Sergi Delgado Segura
2020-03-24 18:29:44 +01:00
committed by GitHub

View File

@@ -57,4 +57,7 @@ Code should be, at least, documented using docstrings. We use the [Sphinx Google
## Test Coverage ## 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. 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).