From 51d8b9da2b69f7e592eb8f6851d8960526b61573 Mon Sep 17 00:00:00 2001 From: Alan Bell <alanbell@ubuntu.com> Date: Wed, 21 Oct 2015 12:00:39 +0100 Subject: [PATCH] a few more words on the process, committing to see what the markdown should look like --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index c5da11342..382ee7838 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ Vtiger CRM ========== + +Vtiger is a PHP based web application that helps businesses manage their sales and marketing processes. + +Development on vtiger is done at http://code.vtiger.com which is a gitlab server. + +register an account + + +fork vtiger to create your own development area + +file an issue against the vtiger project describing the problem + +create a branch in your fork for a new feature or bug fix + +switch to that branch + +make your changes and commit the fix, reference the issue number in your commit message, +e.g. "fix #2 display projects on the calendar" + +create a merge request from your branch to the upstream master, this will be reviewed to see if it fixes the +issue and if all is good will be merged into the upstream code. + +update your master work area from upstream. -- GitLab