Menu

Home

Michael Kress

Welcome to MCIP!

How to contribute?
If you are interested in contributing to MCIP (features, bug fixes, extensions) the usual way is like this:

  • clone the repository:
    $> git clone git://git.code.sf.net/p/mcip/mcip mcip
  • create a branch:
    $> git checkout -b work_in_progress
  • edit the code as you see fit
  • commit your (a)ll changes with a useful co(m)ment and (s)ign it:
    $> git commit -a -s -m "Added feature xyz"
  • create the patch:
    $> git format-patch master --stdout > feature_xyz.patch
  • send the patch to the mailing list or create a ticket and append the patch there

Auth0 Logo