From 0156e3ff4f94cbc8bca5890ba0cbd1e5f73de25f Mon Sep 17 00:00:00 2001 From: krille-chan Date: Wed, 1 Nov 2023 11:50:59 +0100 Subject: [PATCH] docs: Update test report template --- .github/ISSUE_TEMPLATE/test_report.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/test_report.md b/.github/ISSUE_TEMPLATE/test_report.md index eac8730c..4ae34f30 100644 --- a/.github/ISSUE_TEMPLATE/test_report.md +++ b/.github/ISSUE_TEMPLATE/test_report.md @@ -7,11 +7,14 @@ title: 'Test Report' 1. App receives push notifications over Firebase Cloud Messaging when it is in background/terminated: - [ ] Android - [ ] iOS -2. - [ ] Android receives push notifications over Unified Push when it is in background/terminated +2. App receives push notifications over Unified Push when it is in background/terminated: + - [ ] Android 3. Notifications for rooms, which are not in foreground, are working: - [ ] Web - [ ] Linux -4. - [ ] QR Code scanner can still scan links to start a new chat +4. QR Code scanner can still scan links to start a new chat: + - [ ] Android + - [ ] iOS 5. Recording and playing voice messages works: - [ ] Android - [ ] iOS