From 815f2b3676e73685e914ef18851e298dc5644708 Mon Sep 17 00:00:00 2001 From: SickleFire Date: Tue, 16 Jun 2026 10:53:31 +0800 Subject: [PATCH] Update CONTRIBUTING.md add send pull requests to dev branch --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99b6a54..ce437df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,6 +38,7 @@ cargo test - Add documentation comments (`///`) to any public functions you add - Describe what your PR does and why in the description - Do Cargo fmt +- Only send pull requests to dev branch ---