Skip to content

Commit

Permalink
docs(dev-guide): add guideline for atomic commits to the developer guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Hsieh committed Jul 29, 2024
1 parent 82e079d commit e36b03e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/dev-guide/src/coding-standards.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Coding standards

Generally we just follow good sensible Rust practices, clippy and so forth.
Expand Down Expand Up @@ -62,3 +61,8 @@ developer.

These test helpers add pre-and-post logic to tests to enable the use of tracing
inside tests, which can be helpful for tracking down behaviours in larger tests.

## Atomic commits

We use atomic commits across the repo. Each commit should represent a single unit of change.
You can read more about atomic commits [here](https://www.aleksandrhovhannisyan.com/blog/atomic-git-commits).

0 comments on commit e36b03e

Please sign in to comment.