Changes

m
Line 220: Line 220:     
=Ask official project to include your changes (PR) =
 
=Ask official project to include your changes (PR) =
Once you pushed one or several commit toward your distant fork area on github, you can ask the Dolibarr core team to include it into official project. We call this "making a pull or a merge request" also called "PR".
+
Once you pushed one or several commit toward your distant fork area on github, you can ask the Dolibarr core team to include it into official project. We call this "making a Pull or a Merge request" also called "PR" or "MR".
 
For this, follow this tutorial: https://help.github.com/articles/creating-a-pull-request/
 
For this, follow this tutorial: https://help.github.com/articles/creating-a-pull-request/
 +
 +
Note that you can request to include your change inthe develop branch or into a stable branch if this is a bug fix. The following chart show you how the core team decide if a PR is merged into a maintenance or the develop branch: [:Category:RoadMap#Merging_PR_process_.28develop_or_maintenance_.3F.29]
    
=Add a given external commit into your current repository=
 
=Add a given external commit into your current repository=