Thank you for your interest in contributing to the OpenStack4j API.
We are building this software together and strongly encourage contributions from the community that are within the guidelines set forth below.
Before starting to write code, look for existing [tickets] (https://github.com/gondor/openstack4j/issues?state=open) or [create one] (https://github.com/gondor/openstack4j/issues/new) for your bug, issue, or feature request. This helps the community avoid working on something that might not be of interest or which has already been addressed.
Pull requests should be made against the master (development) branch and include relevant tests, if applicable.
Code should compile and tests should pass under all Java versions which the OpenStack4j currently supports. Currently we support a minimum version of Java 5.
Please insure all code is formatted like the rest of the API, well documented and same patterns applied.
If you want to work on something or have questions / complaints please reach out to me by creating a Question issue at (https://github.com/gondor/openstack4j/issues/new).
Thank you for your support!
Jeremy Unruh