Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 778 Bytes

File metadata and controls

21 lines (16 loc) · 778 Bytes

Contributing to JPA Search Helper

Thank you for your interest in contributing! We welcome bug reports, feature requests, and pull requests.

How to Contribute

  1. Fork the repository and clone it locally.
  2. Create a new branch for your feature or fix (git checkout -b my-feature-branch).
  3. Code Style: Please follow the existing Java coding conventions used in the project.
  4. Tests: Ensure that you run the test suite before submitting:
    ./gradlew test
  5. Pull Request: Open a PR against the main branch. Describe clearly what your changes do.

Reporting Bugs

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.