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:
@@ -20,6 +20,7 @@ cd <repository-name>
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
git checkout dev
|
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`.
|
> ⚠️ Always create your feature branch from **`dev`**, not `main`.
|
||||||
|
|||||||
Reference in New Issue
Block a user