From ad367bc921c40a9f4a0dcbe81dfcbd64892b7efc Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Tue, 9 Jan 2024 01:31:41 +0900 Subject: [PATCH] docs: update contirbuting --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8aea9f0..976a66b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ - It's OK to have multiple small commits as you work on the PR - we will let GitHub automatically squash it before merging. -- Make sure `cargo test` passes. (see [development setup](#development-setup)) +- Make sure `cargo test` passes. - If adding new feature: