Contributing
-
Fork the repo and create a feature branch (
git checkout -b feat/amazing-feature). -
Commit changes (
git commit -m 'Add some AmazingFeature'). -
Push to the branch (
git push origin feat/amazing-feature). -
Open a Pull Request.
Build and test locally:
mvn clean package
mvn test
See open issues for details.