From 2662df256804ed8ad681d4f2e94ffd4294dc6a86 Mon Sep 17 00:00:00 2001 From: EmmanuelMess Date: Sat, 18 Apr 2026 15:58:34 -0300 Subject: [PATCH] Update template for PRs --- .github/pull_request_template.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) 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 +-->