Make sure to search through any issues that have already been filed at https://github.com/Tapadoo/Alerter/issues before opening a new issue.
If you would like to contribute to the code you can do so through GitHub by forking the repository and submitting a pull request into the develop branch. When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.
Make sure to run a check ./gradlew :alerter:assemble check
on the code against the quality checkers that are used by the project and fix error that get raised. See app/build/reports/
for generated report files.