Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Join Development

phaidon edited this page Jul 10, 2012 · 1 revision

Dizkus is always looking for helpers. We are thankful for support.

To make the collaboration as much as possible efficient it would be great if you could check the following thinks:

a. Diskus is using the zikula Coding-Standards. This makes the code clearer and easier to read. Please also use the Docblocks. They make the understanding of the code much easier, too. Several IDE's have integrated checkers for the code style (see phpcs).

b. If you want to change the code please do it in the following way.

  1. Fork the dizkus repository
  2. Create a branch (e.g. patch 1)
  3. Activate the branch
  4. Make a pull request for the patch

If you want to change several different thinks make different brands (e.g. patch1, patch2, ...). And pull them separately. Try always to make small patches, they much easier to merge. Do not wait to long with pulling your patch, because otherwise it can happen that someon else is changing the same file what makes the merge complicated. After you patches were accepted, you have to update your fork to the original version.

Clone this wiki locally