浏览代码

Add code signing explainer (#3377)

Jonas Kruckenberg 3 年之前
父节点
当前提交
84a19edafb
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/CONTRIBUTING.md

+ 3 - 0
.github/CONTRIBUTING.md

@@ -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: