Merge pull request #1056 from mozilla/gpg-readme

docs: Add GPG note to contributing docs [ci skip]
This commit is contained in:
Vlad Filippov 2019-04-22 09:54:25 -04:00 коммит произвёл GitHub
Родитель ae88be68e5 77e7dce606
Коммит c6fdc9c470
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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