diff options
author | Aleksey Kladov <[email protected]> | 2020-07-07 10:23:59 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-07 10:23:59 +0100 |
commit | c88d85bbb497ccf58faf219178ea3cb8b88d3cd5 (patch) | |
tree | cb3221df4b7d2ee016ac0cd05e5a98d999ba65d0 /docs/dev | |
parent | 8ab0c7ffd3f976272caa65b00220d016f6018d8a (diff) |
Update docs/dev/README.md
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 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. | |||
314 | Maintaining clean git history is encouraged, but not enforced. | 314 | Maintaining clean git history is encouraged, but not enforced. |
315 | We use rebase workflow, it's OK to rewrite history during PR review process. | 315 | We use rebase workflow, it's OK to rewrite history during PR review process. |
316 | 316 | ||
317 | Avoid @mentioning people in commit messages and pull request descriptions, as such messages create a lot of duplicate notification traffic during rebases. | 317 | 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. |
318 | 318 | ||
319 | # Architecture Invariants | 319 | # Architecture Invariants |
320 | 320 | ||