Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,35 @@ complete them.

#### Automatic tests
<!-- remember to do manual testing when making UI changes! -->
- [ ] Added test cases
- [ ] Added unit tests for specific individual functions
- [ ] Added headless tests for new app functionality
- [ ] Added emulator tests for new UI elements

#### Manual tests
- [ ] Done
- [ ] Done

<!-- If yes, -->
<!--
- Device:
- OS:
-->

#### Build tasks success
<!-- run these! -->
Successfully running following tasks on local:
- [ ] `./gradlew assembledebug`
- [ ] `./gradlew spotlessCheck`

#### Generative code

- [ ] This PR used generative code tools (GenAI, LLMs, etc.)


- Model:
- Version:
- Provider:



<!-- If there are related PRs please add them here -->
<!--
#### Related PR
Related to PR #
-->
-->