-
Clone the repository to your local system.
-
Build and install in your local Maven repository:
./mvnw clean install
-
Fork the repository to your personal GitHub account.
-
Create a feature branch from
develop
. Example:feature/adding-widget
-
Add unit-tests for new code.
-
Update README.md, if necessary.
-
Raise a pull request from your feature branch to
develop
.
Report bugs using Github's issues.
Write bug reports with detail, background, and sample code
- A quick summary and/or background
- Steps to reproduce
- Be specific
- Give sample code if you can
- What you expected would happen
- What actually happens
By contributing, you agree that your contributions will be licensed under its Apache 2.0 License.