Skip to content
Snippets Groups Projects
Commit 51d8b9da authored by Alan Bell's avatar Alan Bell
Browse files

a few more words on the process, committing to see what the markdown should look like

parent 590f22fe
No related branches found
No related tags found
No related merge requests found
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment