diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3a6bfbfd44a3c81d26e840f9f248772c6b9a6a5..f2addf77ed3ea4977f52c89ebe0e8277854c46a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -96,7 +96,7 @@ Steps to reproduce: ## Merge Request Process -1. Ensure your code compiles. Run `make` before creating the merge request. +1. Ensure your code compiles. Run `meson` & `ninja` before creating the merge request. 2. Ensure the test suit passes. Run `cargo test -- --test-threads=1`. 3. Ensure your code is properly formatted. Run `cargo fmt --all`. 4. If you're adding new API, it must be properly documented.