Ideas and pull requests are always welcome!
If you have found what you think is a bug or want to suggest a feature, please fill an issue using the appropriate template.
- Fork the repository
- Create a new branch from
master
(git checkout -b feat/AmazingFeature
) - Build the project (
mvn clean install
) - Make sure you have a test for your new feature or bugfix.
Code coverage should be >= 75% and all tests should pass. You can run the tests with
mvn test
- Commit your changes following our commit message convention
- Document your changes in the README.md if needed
- Submit a pull request for review
This project uses Conventional Commits. Please follow the convention when writing commit messages.