Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 635 Bytes

File metadata and controls

17 lines (11 loc) · 635 Bytes

Thanks for submitting a pull request. Please include the following information.

What I have done and why Include a summary of what your pull request contains, and why you have made these changes.

Fixes #<issue_number_goes_here>

Do tests pass?

  • Run local tests on DemoDebug variant: ./gradlew testDemoDebug
  • Check formatting: ./gradlew --init-script gradle/init.gradle.kts spotlessApply

Is this your first pull request?