docs: Update CONTRIBUTING-EN.md with sync instruction

Added instruction to synchronize the latest code from the remote dev branch.
This commit is contained in:
ghmark675
2025-11-11 10:40:47 +08:00
committed by GitHub
parent d29fc6de1c
commit dd8274c363
+1
View File
@@ -20,6 +20,7 @@ cd <repository-name>
```bash
git checkout dev
git pull origin dev # Synchronize the latest code from the remote dev branch.
```
> ⚠️ Always create your feature branch from **`dev`**, not `main`.