diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2020-07-06 13:59:24 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2020-07-06 13:59:24 +0300 |
| commit | 8ab0c7ffd3f976272caa65b00220d016f6018d8a (patch) | |
| tree | 7db910db71e197fd7e492ae47077d084726d2bb3 /docs/dev | |
| parent | a0f24455ddc474ee288849b79aa1fc8ca7829385 (diff) | |
| download | rust-8ab0c7ffd3f976272caa65b00220d016f6018d8a.tar.gz rust-8ab0c7ffd3f976272caa65b00220d016f6018d8a.zip | |
Don't ping people in PRs
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md index f8746240047..b6a00df1805 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -314,7 +314,7 @@ We don't have specific rules around git history hygiene. Maintaining clean git history is encouraged, but not enforced. We use rebase workflow, it's OK to rewrite history during PR review process. -Avoid @mentioning people in commit messages, as such messages create a lot of duplicate notification traffic during rebases. +Avoid @mentioning people in commit messages and pull request descriptions, as such messages create a lot of duplicate notification traffic during rebases. # Architecture Invariants |
