Thank you for your interest in contributing! We welcome bug reports, feature requests, and pull requests.
- Fork the repository and clone it locally.
- Create a new branch for your feature or fix (
git checkout -b my-feature-branch). - Code Style: Please follow the existing Java coding conventions used in the project.
- Tests: Ensure that you run the test suite before submitting:
./gradlew test - Pull Request: Open a PR against the
mainbranch. Describe clearly what your changes do.
Please open an Issue on GitHub providing:
- Version of the library used.
- Spring Boot version.
- A snippet of code or configuration to reproduce the issue.