doc: add note choosing source branch

This commit is contained in:
Mustaque Ahmed
2025-09-27 23:07:25 +05:30
parent e2f4d380f6
commit fc2d703ea6
+2
View File
@@ -61,6 +61,8 @@ When `TYPE` can be:
**All PRs must include a commit message with the description of the changes made!**
⚠️ **Important:** Please be careful when creating a new branch from the source branch. In this repository, the `main` branch is behind other active branches, so make sure youre branching off the correct one before starting your work.
For the initial start, fork the project and use git clone command to download the repository to your computer. A standard procedure for working on an issue would be to:
1. `git pull`, before creating a new branch, pull the changes from upstream. Your master needs to be up to date.