ghmark675
Committed by GitHub

docs: Update CONTRIBUTING-EN.md with sync instruction

Added instruction to synchronize the latest code from the remote dev branch.
@@ -20,6 +20,7 @@ cd <repository-name> @@ -20,6 +20,7 @@ cd <repository-name>
20 20
21 ```bash 21 ```bash
22 git checkout dev 22 git checkout dev
  23 +git pull origin dev # Synchronize the latest code from the remote dev branch.
23 ``` 24 ```
24 25
25 > ⚠️ Always create your feature branch from **`dev`**, not `main`. 26 > ⚠️ Always create your feature branch from **`dev`**, not `main`.