mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 06:04:21 +01:00
Merge pull request #115 from talaia-labs/commit-signing-contributing
Adds commit signing section on CONTRIBUTING
This commit is contained in:
@@ -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).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user