From 8ab0c7ffd3f976272caa65b00220d016f6018d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 6 Jul 2020 13:59:24 +0300 Subject: Don't ping people in PRs --- docs/dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/README.md') diff --git a/docs/dev/README.md b/docs/dev/README.md index f87462400..b6a00df18 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 -- cgit v1.2.3 From c88d85bbb497ccf58faf219178ea3cb8b88d3cd5 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 7 Jul 2020 11:23:59 +0200 Subject: Update docs/dev/README.md --- docs/dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/README.md') diff --git a/docs/dev/README.md b/docs/dev/README.md index b6a00df18..3af01cd6b 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 and pull request descriptions, as such messages create a lot of duplicate notification traffic during rebases. +Avoid @mentioning people in commit messages and pull request descriptions (they are added to commit message by bors), as such messages create a lot of duplicate notification traffic during rebases. # Architecture Invariants -- cgit v1.2.3