From 282626cce725afe582eb6398fd43200642959aba Mon Sep 17 00:00:00 2001 From: BillionClaw Date: Tue, 17 Mar 2026 08:19:13 +0800 Subject: [PATCH] docs: fix incorrect path in development guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb58acd1..2b29d9c3 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ Enhancement suggestions are welcome! Please include: ``` 5. Commit your changes with a descriptive message 6. Push to your branch -7. Create a Pull Request to the `dev` branch +7. Create a Pull Request to the `main` branch ### Development Guidelines