We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3623c16 + 4968321 commit a5f427cCopy full SHA for a5f427c
docs/dev/README.md
@@ -261,6 +261,14 @@ fn frobnicate(walrus: Option<Walrus>) {
261
}
262
```
263
264
+## Commit Style
265
+
266
+We don't have specific rules around git history hygiene.
267
+Maintaining clean git history is encouraged, but not enforced.
268
+We use rebase workflow, it's OK to rewrite history during PR review process.
269
270
+Avoid @mentioning people in commit messages, as such messages create a lot of duplicate notification traffic during rebases.
271
272
# Architecture Invariants
273
274
This section tries to document high-level design constraints, which are not
0 commit comments