diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5e294e607a..560dcf1b9c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,16 +15,15 @@ complete them. #### Automatic tests -- [ ] 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 - - #### Build tasks success @@ -32,8 +31,19 @@ Successfully running following tasks on local: - [ ] `./gradlew assembledebug` - [ ] `./gradlew spotlessCheck` +#### Generative code + +- [ ] This PR used generative code tools (GenAI, LLMs, etc.) + + +- Model: +- Version: +- Provider: + + + \ No newline at end of file +-->