Thanks for helping!
- Java 17 or later
- Use the Maven Wrapper:
./mvnw -B -ntp verify
- Create a new branch, e.g.
fix/readme-typo - Make your change and commit it
- Run tests:
./mvnw test - Open a Pull Request (PR) on GitHub describing what you changed
- Use 4-space indentation
- Keep line length around 80 chars
- Follow existing style
- Write clear commit messages (e.g.
fix: correct topic selector parsing)
Open a GitHub Issue.