-
Notifications
You must be signed in to change notification settings - Fork 7
Contribute
Thorsten Hoeger edited this page Feb 25, 2014
·
1 revision
- Propose ideas and report bugs
- Submit patches for open tickets
- Provide feedback on the current code
- Submit improvements for the documentation or wiki
- Answer questions on the mailing list (https://groups.google.com/forum/#!forum/cloudconductor)
- Clone or fork the repo from GitHub
- create a branch for your work
- git checkout -b
- Import projects into Eclipse
- Install Common Preferences Plugin (https://github.com/fredrikattebrant/common_preferences/raw/master/org.eclipse.common_prefs.updatesite)
- Load Eclipse preferences from (http://www.cinovo.de/eclipse_settings.epf)
- Make your changes and test them (mvn clean verify)
- Create pull request or attach patch to ticket
- git format-patch master --stdout > my.patch
Get involved and submit patches, write documentation or help other users and the current developers may promote you to be a committer.