Skip to content
Lars Helge Øverland edited this page Aug 31, 2016 · 30 revisions

Welcome to the DHIS 2 wiki pages.

Development workflow

  1. Create a branch for development work. Feature branches should be created for substantial features. Give the branch a descriptive name, e.g. soft-data-value-deletes. Maintenance branches should be created for minor tweaks and cleanup. Give the branch a name on the format {dev-name}-dhis2-core, e.g. lars-dhis2-core.

  2. Do development work in the respective branch.

  3. Publish your branch. This can be done by a) pushing your branch into the main dhis2-core branch or b) push it as a separate forked branch under the dhis2 github organization.

  4. Open a pull request for your feature or fix. Give the pull request a descriptive name.

Clone this wiki locally