From dd8274c3637ecdd73c42303cf60a75cbfaac7c45 Mon Sep 17 00:00:00 2001 From: ghmark675 Date: Tue, 11 Nov 2025 10:40:47 +0800 Subject: [PATCH] docs: Update CONTRIBUTING-EN.md with sync instruction Added instruction to synchronize the latest code from the remote dev branch. --- CONTRIBUTING-EN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING-EN.md b/CONTRIBUTING-EN.md index fc02cc6..f17ec40 100644 --- a/CONTRIBUTING-EN.md +++ b/CONTRIBUTING-EN.md @@ -20,6 +20,7 @@ cd ```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`.