The Open Source Standard for Information Management
Personal tools

Contribute to omCollab

From MIKE2.0 Methodology

Jump to: navigation, search

We're creating an open community where others can contribute to the omCollab codebase against a well-defined roadmap.

You can browse the latest code for omCollab here: View Source.

Our development team is using elipse. Installation and user guides on eclipse can be found on the eclipse site; we've also posted a brief set of instructions on how to install the software.

Development Practices

How can you help with fixing bugs and creating enhancements to complete the roadmap?

Creating a Ticket

  1. Go to omCollab Trac and create a new ticket
  2. Be descriptive, but also concise
  3. Make sure you properly mark the ticket as defect or enhancement

Fixing a bug or completing an enhancement

  1. Install Eclipse
  2. Connect Eclipse to SVN to download the latest version of code (branch omCollab_dev1 has the most current version, trunk has the most stable version)
  3. Install local version of omCollab
  4. Assign Ticket to yourself
  5. Fix code
  6. Test your fix locally (yes!)
  7. Commit your changes to SVN (omCollab_dev1). Please provide a short description of your fix. And please make sure to only upload your fix, not the whole branch! We do not want your localised installation files!
  8. Update Ticket and mark as complete
Powered by omCollab