Contributing

  1. Fork the repo and create a feature branch (git checkout -b feat/amazing-feature).

  2. Commit changes (git commit -m 'Add some AmazingFeature').

  3. Push to the branch (git push origin feat/amazing-feature).

  4. Open a Pull Request.

Build and test locally:

mvn clean package
mvn test

See open issues for details.