Shorter commit signing guideline (#3470)

This commit is contained in:
Kasper 2022-02-16 14:07:32 +01:00 committed by GitHub
parent fb7ee2c987
commit 76b8c214df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@ Hi! We, the maintainers, are really excited that you are interested in contribut
## Pull Request Guidelines
- We only accept *signed commits*, so sign your commits! [Here is a great guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) that walks you through all the required steps.
> Note: Despite what the guide claims, GitHub Desktop honors the repo/system wide git config, so after running `git config --global commit.gpgsign true` GitHub Desktop will sign commits as well.
- You have to [sign your commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits).
- It's OK to have multiple small commits as you work on the PR - we will let GitHub automatically squash it before merging.