-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Ahmed edited this page Mar 16, 2026
·
2 revisions
We welcome contributions to EventLens! Please review our Code of Conduct before making a PR.
- Fork the codebase on GitHub.
- Ensure you have JDK 21+ and Node.js 18+ installed.
- Start the developmental data layers:
docker-compose up -d(starts Postgres and Kafka). - Build the core:
./gradlew build.
- All integration and unit tests must pass.
- New code should maintain or improve coverage.
- Write a descriptive PR title summarizing what is being fixed or improved.
- Ensure the React UI complies with ESLint and Prettier configs in the
eventlens-uifolder.