Contributing
October 5, 2020 · View on GitHub
Do You want to help open source? Awesome! ❤️
Before submitting a Pull Request please
1. Run Unit Tests
Currently only unit tests are ran on GitHub actions (due to the fact that instrumented tests could fail when no data is present in app - correction needed). Two example ways to do this:
- just run (test) directory by clicking on it
- run in terminal: ./gradlew testDebugUnitTest (command example for MacOS)
2. Use ktlint to format code and match style
(command examples for MacOS)
- check formatting: ./gradlew ktlintCheck
- try to auto format files: ./gradlew ktlintCheck