From 77e7dce6064b3ed11edff7665bc2a5682776b960 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Mon, 22 Apr 2019 09:52:03 -0400 Subject: [PATCH] docs: Add GPG note to contributing docs I couldn't find this in our READMEs --- docs/contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributing.md b/docs/contributing.md index 3bda6c267..cb9a41613 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -74,6 +74,7 @@ When submitting a PR: - Add both your code and new tests if relevant. - Run `cargo test` and `cargo clippy` to make sure your code passes linting and tests. - Please do not include merge commits in pull requests; include only commits with the new relevant code. +- Your patch must be [GPG signed](https://help.github.com/articles/managing-commit-signature-verification) to ensure the commits come from a trusted source. ## Code Review ##