Add code signing explainer (#3377)

This commit is contained in:
Jonas Kruckenberg 2022-02-09 18:01:19 +01:00 committed by GitHub
parent 7690d1b92e
commit 84a19edafb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ 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.
- It's OK to have multiple small commits as you work on the PR - we will let GitHub automatically squash it before merging.
- If adding new feature: