From 452be8a22fc6d04d5e5fe4c1881c0c62bde880aa Mon Sep 17 00:00:00 2001 From: Zander Date: Sat, 27 Jul 2019 20:00:11 +0000 Subject: [PATCH] Switch make for meson/ninja --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3a6bfbf..f2addf77 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. -- GitLab