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.
1 parent 82e079d commit 03b7c56Copy full SHA for 03b7c56
doc/dev-guide/src/coding-standards.md
@@ -1,10 +1,14 @@
1
-
2
# Coding standards
3
4
Generally we just follow good sensible Rust practices, clippy and so forth.
5
However there are some practices we've agreed on that are not machine-enforced;
6
meeting those requirements in a PR will make it easier to merge.
7
+## Atomic commits
8
+
9
+We use atomic commits across the repo. Each commit should represent a single unit of change.
10
+You can read more about atomic commits [here](https://www.aleksandrhovhannisyan.com/blog/atomic-git-commits).
11
12
## Import grouping
13
14
In each file the imports should be grouped into at most 4 groups in the
0 commit comments