Update CONTRIBUTING.md

Add a link with more info about sign commits.
This commit is contained in:
Óscar García Amor 2020-12-18 09:42:24 +01:00 committed by GitHub
parent 70f86441d1
commit 0ce5a56051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ and test.
### Pull Request Process ### Pull Request Process
1. Ensure all commits are signed-off. 1. Ensure [all commits are signed-off](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/about-commit-signature-verification).
2. Check tests for the new code are added. 2. Check tests for the new code are added.
3. Check code style is passing. 3. Check code style is passing.
4. Check code static analysis is passing. 4. Check code static analysis is passing.