From 53d43f793366877f01111c3d78d8b449f7a55d0e Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Thu, 8 May 2025 04:51:50 +0200 Subject: [PATCH] GitHub: Update PULL_REQUEST_TEMPLATE.md Signed-off-by: Michael Mayer --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3080c1564..e3325a56f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,7 +19,7 @@ These changes implement/fix/improve... - [ ] New features or enhancements are fully implemented and do not break existing functionality, so that they can be released at any time without requiring additional work - [ ] Automated unit and/or acceptance tests have been added to ensure that changes work as expected and to reduce repetitive manual work - [ ] Documentation has been / will be updated, especially as it relates to new configuration options or potentially disruptive changes -- [ ] The user interface has been tested on a variety of devices and is fully responsive for use on phones, tablets and desktop computers +- [ ] The user interface has been tested on Chrome, Safari, and Firefox and is fully responsive for use on phones, tablets, and desktop computers - [ ] Database-related changes have been successfully tested with SQLite 3 and MariaDB 10.5.12+