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`.