From MIKE2.0 Methodology
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
- Go to omCollab Trac and create a new ticket
- Be descriptive, but also concise
- Make sure you properly mark the ticket as defect or enhancement
Fixing a bug or completing an enhancement
- Install Eclipse
- 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)
- Install local version of omCollab
- Assign Ticket to yourself
- Fix code
- Test your fix locally (yes!)
- 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!
- Update Ticket and mark as complete