From 92be9c50bfc576ae2090dff0831a1ad8067c7cd9 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 15 Dec 2025 13:18:54 -0700 Subject: [PATCH] docs: Updated contributing docs to mention how to use Just --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 729d9b5..b10dbe0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,8 @@ cz commit 1. Clone this repo 2. Run `cargo test` to set up hooks 3. Make changes -4. Run the application using `make run` or `cargo run` +4. Run the application using `just run` or `just run` + - Install `just` (`cargo install just`) if you haven't already to use the [justfile](./justfile) in this project. 5. Commit changes. This will trigger pre-commit hooks that will run format, test and lint. If there are errors or warnings from Clippy, please fix them. 6. Push your code to a new branch named after the feature/bug/etc. you're adding. This will trigger pre-push hooks that will run lint and test. 7. Create a PR