Does cmdbuild have a Bugzilla or some kind of Bug Reporting software? I have noticed a few minor bugs or things that need fixed, but i’m not sure how to contribute and report them. Most opensource software has a Bugzilla or similar issue tracking software to report issues.
For example:
I have noticed that the "Relation Graph" page does not correctly translate into English, there is a spelling error on the height of "CMDBuild Setup", and I would like to request the ability to show dates in the standard U.S. format: MM / DD / YYYY.
CMDBuild hasn't got a public bug tracking system right now. We are considering to open it up to the public for the 2.0 release or right after that.
Regarding your issues:
Relation Graph - we are not working on it at the moment (we hope to have the time to rewrite it from scratch in the future) so you'll need to provide a patch or wait for someone to do it
Spelling error - thank you, has been fixed in the code and it will be pushed to the public repository shortly
Internationalization - unfortunately that will have to wait at least till next year: it involves a large refactoring of the system and we can't do it before the new persistence layer is complete and the old one is completely discarded (I won't go into details about why it wasn't considered in the first place)
CMDBuild hasn't got a public bug tracking system right now. We are considering to open it up to the public for the 2.0 release or right after that.
That's great. But if it could be even before that it would be better. Nowdays a public bug tracker is almost a de facto requirement for opensource projects, but also very important for users to be able to know about issues and find fixes.
Please consider openin it earlier rather than later.