All contributions to this project are warmly welcome. If you are unsure whether your idea enhances the project, you can discuss idea by creating an issue.
Please note that we have a code of conduct, please follow it in all your interactions with the project.
- Development should roughly follow the GitFlow branching model
- Increase the version numbers in any examples files and the pom.xml to the new version that this Pull Request would represent. The versioning scheme we use is SemVer.
- Please make sure your Pull request passes the existing tests.
- Follow the Google Java Style Guide.
(The styleguide repository contains xml files to import the code style profile into IntelliJ and Eclipse) - If you want to occur in the list of contributors, please add your information in the contributors section of the pom.xml.
This contributing guide is based on a template by PurpleBooth.