Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 868 Bytes

File metadata and controls

26 lines (23 loc) · 868 Bytes

Contributing

Thanks for wanting to contribute! Please follow these steps.

  1. Fork the repository and create a feature branch from master:
    • git checkout -b feature/your-feature
  2. Follow the code style:
    • Java 17 (or project JDK)
    • Keep changes focused and add unit tests where possible.
  3. Commit message format:
    • Short summary line
    • Optionally an extended description
  4. Pull request process:
    • Target branch: master
    • Describe what and why in the PR body
    • Add issue reference if applicable
  5. Reviewing:
    • Expect at least one approving review before merge
  6. Code of Conduct:
    • Be respectful and constructive
  7. License:
    • Contributions are under the same license as the project.
  8. Contact:
    • Reach out via GitHub issues or email.

If your change is large or architectural, open an issue first to discuss.