mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Merge #4793
4793: Don't @ people in commit messages r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
a5f427ced3
@ -261,6 +261,14 @@ fn frobnicate(walrus: Option<Walrus>) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Commit Style
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
# Architecture Invariants
|
# Architecture Invariants
|
||||||
|
|
||||||
This section tries to document high-level design constraints, which are not
|
This section tries to document high-level design constraints, which are not
|
||||||
|
Loading…
x
Reference in New Issue
Block a user