From de3fe545e599ed1184dbbb6f38683cdb293e928f Mon Sep 17 00:00:00 2001 From: Daniel Ramos Date: Thu, 17 Oct 2024 20:43:58 +0100 Subject: [PATCH] Update CONTRIBUTING.md (#702) Just a small update on the older documentation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 164063ea4..8ce1ec302 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ Small pull requests for things like typos, bug fixes, etc are always welcome. DOs and DON'Ts -------------- -* DO format your code using Google Java Format (for Java), clang-format (for ObjC). +* DO format your code using rustftmt (or just make sure to install the pre-commit hook). * DO include tests when adding new features. When fixing bugs, start with adding a test that highlights how the current behavior is broken. * DO keep the discussions focused. When a new or related topic comes up it's often better to create new issue than to side track the discussion.